Uses of Class
com.aspose.threed.VertexElementNormal
-
-
Uses of VertexElementNormal in com.aspose.threed
Methods in com.aspose.threed that return VertexElementNormal Modifier and Type Method Description static VertexElementNormal
PolygonModifier. generateNormal(Mesh mesh)
Generate normal data from Mesh definitionMethods in com.aspose.threed with parameters of type VertexElementNormal Modifier and Type Method Description static VertexElementUV
PolygonModifier. generateUV(Mesh mesh, VertexElementNormal normals)
Generate UV data from the given input mesh and specified normal data.
-