IMeshModifier
Description
- Derived from
- Extended by
-
Example_MeshModifier sealed
Tutorial_26_Bennu sealed
Base interface for classes that modify mesh samples.
Implementing classes must declare the required input and/or output heightmap layers via IHeightmapLayers.LayerMask.
Public / Methods
ModifyMesh
Modifies the given mesh sample.
When this method is called, the given mesh sample in has been initialized via MeshSample.Set.
- See also