Skip to content
On this page

class ISimplygonReduction

The Simplygon Reduction interface which implements IMeshMerging, IMeshReduction inferfaces

Methods (public)

MethodDescription
ClearClippingPlaneNo description available.
ClearNavmeshSamplesNo description available.
GetClippingPlanesNo description available.
GetCuttingPlaneUpdateHandlerNo description available.
GetNavmeshVisibilitySamplerUpdateHandlerNo description available.
GetNavMeshVisibilitySamplesNo description available.
IsUsingIncrediBuildNo description available.
RunBatchAsyncAsynchronously 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.
RunSceneAsyncAsynchronously 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.

ClearClippingPlane

ClearNavmeshSamples

GetClippingPlanes

GetCuttingPlaneUpdateHandler

GetNavmeshVisibilitySamplerUpdateHandler

GetNavMeshVisibilitySamples

IsUsingIncrediBuild

RunBatchAsync

RunSceneAsync