Interface MultiResolutionSubMesh

All Superinterfaces:
CacheableObject<CachedMultiResolutionSubMesh>
All Known Implementing Classes:
CachedMultiResolutionSubMesh, NativeMultiResolutionSubMesh

public interface MultiResolutionSubMesh extends CacheableObject<CachedMultiResolutionSubMesh>
  • Method Details

    • material

      @Nullable @Nullable Material material()
    • triangles

      @NotNull @NotNull MeshTriangle @NotNull [] triangles()
    • wedges

      @NotNull @NotNull MeshWedge @NotNull [] wedges()
    • colors

      float @NotNull [] colors()
    • trianglePlaneIndices

      short @NotNull [] trianglePlaneIndices()
    • trianglePlanes

      @NotNull @NotNull MeshPlane @NotNull [] trianglePlanes()
    • triangleEdges

      @NotNull @NotNull MeshTriangleEdge @NotNull [] triangleEdges()
    • edges

      @NotNull @NotNull MeshEdge @NotNull [] edges()
    • edgeScores

      float @NotNull [] edgeScores()
    • wedgeMap

      short @NotNull [] wedgeMap()