Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SceneOptions

Interface defining initialization parameters for Scene class

Hierarchy

  • SceneOptions

Index

Properties

Optional useClonedMeshMapSearch playground for useClonedMeshMap

useClonedMeshMap: boolean

Defines that each mesh of the scene should keep up-to-date a map of referencing cloned meshes for fast disposing It will improve performance when the number of mesh becomes important, but might consume a bit more memory

Optional useGeometryUniqueIdsMapSearch playground for useGeometryUniqueIdsMap

useGeometryUniqueIdsMap: boolean

Defines that scene should keep up-to-date a map of geometry to enable fast look-up by uniqueId It will improve performance when the number of geometries becomes important.

Optional useMaterialMeshMapSearch playground for useMaterialMeshMap

useMaterialMeshMap: boolean

Defines that each material of the scene should keep up-to-date a map of referencing meshes for fast disposing It will improve performance when the number of mesh becomes important, but might consume a bit more memory

Optional virtualSearch playground for virtual

virtual: boolean

Defines if the creation of the scene should impact the engine (Eg. UtilityLayer's scene)

Legend

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