public interface Mesh extends GraphicsResource
Modifier and Type | Method and Description |
---|---|
boolean |
buildGeometry(boolean userDefinedNormals,
float[] points,
int[] pointsFromAndLengthIndices,
float[] normals,
int[] normalsFromAndLengthIndices,
float[] texCoords,
int[] texCoordsFromAndLengthIndices,
int[] faces,
int[] facesFromAndLengthIndices,
int[] faceSmoothingGroups,
int[] faceSmoothingGroupsFromAndLengthIndices) |
int |
getCount() |
dispose
boolean buildGeometry(boolean userDefinedNormals, float[] points, int[] pointsFromAndLengthIndices, float[] normals, int[] normalsFromAndLengthIndices, float[] texCoords, int[] texCoordsFromAndLengthIndices, int[] faces, int[] facesFromAndLengthIndices, int[] faceSmoothingGroups, int[] faceSmoothingGroupsFromAndLengthIndices)
int getCount()