Class MeshProccesorAbstract

The IMeshProcessor interface provides different APIs to process mesh and topology data. From generating Level-of-Detail for meshes to CSG modelling or SDF generation, the IMeshProcessor is a powerful library.

Constructors

Accessors

Methods

Constructors

Accessors

  • get isAvailable(): boolean
  • Determines if a mesh processor is available.

    Returns boolean

  • get processorName(): string
  • Gets the name of the processor.

    Returns string

Methods