Package dev.gothickit.zenkit.mrm
Interface MultiResolutionSubMesh
- All Superinterfaces:
CacheableObject<CachedMultiResolutionSubMesh>
- All Known Implementing Classes:
CachedMultiResolutionSubMesh,NativeMultiResolutionSubMesh
-
Method Summary
Modifier and TypeMethodDescriptionfloat @NotNull []colors()@NotNull MeshEdge @NotNull []edges()float @NotNull []@Nullable Materialmaterial()@NotNull MeshTriangleEdge @NotNull []short @NotNull []@NotNull MeshPlane @NotNull []@NotNull MeshTriangle @NotNull []short @NotNull []wedgeMap()@NotNull MeshWedge @NotNull []wedges()Methods inherited from interface dev.gothickit.zenkit.CacheableObject
cache, isCached
-
Method Details
-
material
-
triangles
-
wedges
-
colors
float @NotNull [] colors() -
trianglePlaneIndices
short @NotNull [] trianglePlaneIndices() -
trianglePlanes
-
triangleEdges
-
edges
-
edgeScores
float @NotNull [] edgeScores() -
wedgeMap
short @NotNull [] wedgeMap()
-