Uses of Class
org.sunflow.core.primitive.TriangleMesh
-
Packages that use TriangleMesh Package Description org.sunflow.core.light org.sunflow.core.primitive org.sunflow.core.tesselatable -
-
Uses of TriangleMesh in org.sunflow.core.light
Subclasses of TriangleMesh in org.sunflow.core.light Modifier and Type Class Description class
TriangleMeshLight
-
Uses of TriangleMesh in org.sunflow.core.primitive
Constructors in org.sunflow.core.primitive with parameters of type TriangleMesh Constructor Description WaldTriangle(TriangleMesh mesh, int tri)
-
Uses of TriangleMesh in org.sunflow.core.tesselatable
Methods in org.sunflow.core.tesselatable that return TriangleMesh Modifier and Type Method Description private TriangleMesh
FileMesh. generate(int[] tris, float[] verts, boolean smoothNormals)
-