Octree Module
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
Octree.addElement presence presenceInPlay bounds element tree
Parameters:
Presence
presenceInPlay : Presence
bounds : Box3
element : Octelement<'e>
tree : Octree<'e>
|
|
|
|
|
|
|
|
|
|
Full Usage:
Octree.getElementsAtPoint point set tree
Parameters:
Vector3
set : HashSet<Octelement<'a>>
tree : Octree<'a>
|
|
Full Usage:
Octree.getElementsInBounds bounds set tree
Parameters:
Box3
set : HashSet<Octelement<'a>>
tree : Octree<'a>
|
|
Full Usage:
Octree.getElementsInFrustum frustum set tree
Parameters:
Frustum
set : HashSet<Octelement<'a>>
tree : Octree<'a>
|
|
Full Usage:
Octree.getElementsInPlay playBox playFrustum set tree
Parameters:
Box3
playFrustum : Frustum
set : HashSet<Octelement<'a>>
tree : Octree<'a>
|
|
Full Usage:
Octree.getElementsInViewBox box set tree
Parameters:
Box3
set : HashSet<Octelement<'a>>
tree : Octree<'a>
|
|
Full Usage:
Octree.getElementsInViewFrustum interior exterior frustum set tree
Parameters:
bool
exterior : bool
frustum : Frustum
set : HashSet<Octelement<'a>>
tree : Octree<'a>
|
|
|
|
Full Usage:
Octree.getLightProbesInView set tree
Parameters:
HashSet<Octelement<'a>>
tree : Octree<'a>
|
|
Full Usage:
Octree.getLightProbesInViewBox box set tree
Parameters:
Box3
set : HashSet<Octelement<'a>>
tree : Octree<'a>
|
|
Full Usage:
Octree.getLightProbesInViewFrustum frustum set tree
Parameters:
Frustum
set : HashSet<Octelement<'a>>
tree : Octree<'a>
|
|
Full Usage:
Octree.getLightsInViewBox box set tree
Parameters:
Box3
set : HashSet<Octelement<'a>>
tree : Octree<'a>
|
|
Full Usage:
Octree.getLightsInViewFrustum frustum set tree
Parameters:
Frustum
set : HashSet<Octelement<'a>>
tree : Octree<'a>
|
|
|
|
Full Usage:
Octree.removeElement presence presenceInPlay bounds element tree
Parameters:
Presence
presenceInPlay : Presence
bounds : Box3
element : Octelement<'e>
tree : Octree<'e>
|
|
|
|
Full Usage:
Octree.updateElement presenceOld presenceInPlayOld boundsOld presenceNew presenceInPlayNew boundsNew element tree
Parameters:
Presence
presenceInPlayOld : Presence
boundsOld : Box3
presenceNew : Presence
presenceInPlayNew : Presence
boundsNew : Box3
element : Octelement<'a>
tree : Octree<'a>
|