Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISimplificationTask

Interface used to define a simplification task

Hierarchy

  • ISimplificationTask

Index

Properties

meshSearch playground for mesh

mesh: Mesh

Mesh to simplify

parallelProcessingSearch playground for parallelProcessing

parallelProcessing: boolean

Defines if parallel processing can be used

settingsSearch playground for settings

settings: Array<ISimplificationSettings>

Array of settings

simplificationTypeSearch playground for simplificationType

simplificationType: SimplificationType

Simplification type

Optional successCallbackSearch playground for successCallback

successCallback: () => void

Callback called on success

Type declaration

    • (): void
    • Returns void

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method