Type alias UpdateGroundSettings

UpdateGroundSettings: { excludeGeometry?: ExcludedGeometryList; factor?: number; groundMesh?: TransformNode }

Type declaration

  • Optional excludeGeometry?: ExcludedGeometryList

    Optional list of geometry to be excluded from scene size calculation

  • Optional factor?: number

    Additional scaling factor for ground size, default is 5, which equals 5 times the bounding sphere diameter of the current scene

  • Optional groundMesh?: TransformNode

    Ground mesh, which will be rescaled and repositioned.
    Searches for mesh with name "BackgroundPlane" if left undefined

Generated using TypeDoc