MeshInterface interface
Contract for meshes.
Signature:
interface MeshInterface extends NodeInterface
Extends: NodeInterface
Remarks
Meshes are a fundamental part of how the Core3D SDK assigns and displays textures. They're an abstraction over the adapter's underlying mesh representation.
Note that while meshes also implement NodeInterface, this contracts provides mesh-specific functionality.
Methods
Method |
Description |
---|---|
Dispose of this mesh and internals. | |
Compute the mesh rank. |