Class SymbolicPolygonMesh

java.lang.Object
eu.mihosoft.vrl.v3d.ext.openjfx.shape3d.symbolic.SymbolicPolygonMesh

public class SymbolicPolygonMesh extends Object
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 Details

    • points

      public SymbolicPointArray points
    • texCoords

      public float[] texCoords
    • faces

      public int[][] faces
    • faceSmoothingGroups

      public int[] faceSmoothingGroups
  • Constructor Details

    • SymbolicPolygonMesh

      public SymbolicPolygonMesh(SymbolicPointArray points, float[] texCoords, int[][] faces, int[] faceSmoothingGroups)
    • SymbolicPolygonMesh

      public SymbolicPolygonMesh(PolygonMesh mesh)
  • Method Details

    • getNumEdgesInFaces

      public int getNumEdgesInFaces()