/* 214 */ if (texture != null) {
/* 215 */ gi.setTextureCoordinateParams(1, 2);
/* 216 */ gi.setTextureCoordinates(0, textureCoords);
/* 217 */ gi.setTextureCoordinateIndices(0, textureIndices);
/* */ }
/* 219 */ gi.recomputeIndices();
/* 220 */ NormalGenerator ng = new NormalGenerator(surf.getCreaseAngle());
/* */
/* 222 */ ng.generateNormals(gi);
/* 223 */ Stripifier st = new Stripifier();
/* 224 */ st.stripify(gi);