Contents
Class SymbolicPolygonMesh
java.lang.Object
eu.mihosoft.vrl.v3d.ext.openjfx.shape3d.symbolic.SymbolicPolygonMesh
Polygon mesh where the points are symbolic. That is, the values of the
points depend on other variables and they can be updated appropriately.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint[][]
int[]
float[]
-
Constructor Summary
ConstructorsConstructorDescriptionSymbolicPolygonMesh
(SymbolicPointArray points, float[] texCoords, int[][] faces, int[] faceSmoothingGroups) -
Method Summary
-
Field Details
-
Constructor Details
-
SymbolicPolygonMesh
public SymbolicPolygonMesh(SymbolicPointArray points, float[] texCoords, int[][] faces, int[] faceSmoothingGroups) -
SymbolicPolygonMesh
-
-
Method Details