class
ISimplygonReduction
The Simplygon Reduction interface which implements IMeshMerging, IMeshReduction inferfaces
Methods (public)
Method | Description |
---|---|
ClearClippingPlane | No description available. |
ClearNavmeshSamples | No description available. |
GetClippingPlanes | No description available. |
GetCuttingPlaneUpdateHandler | No description available. |
GetNavmeshVisibilitySamplerUpdateHandler | No description available. |
GetNavMeshVisibilitySamples | No description available. |
IsUsingIncrediBuild | No description available. |
RunBatchAsync | Asynchronously process the batch of scenes using the given pipelines. The job data object and contained data must remain valid until the async method completes. Add all scenes and pipelines to process to the batch, call this method and collect the result from the pipelines output scene using the simplygon data converter helper methods. See the LODRecipe flow for an example on how to use the async interface. |
RunSceneAsync | Asynchronously process the scene using the given pipeline. The job data object and contained data must remain valid until the async method completes. To reduce a single static mesh, add it to a scene, call this method and collect the result from the pipeline output scene using the simplygon data converter helper methods. See the LODRecipe flow for an example on how to use the async interface. |