Header menu logo Nu

Octelement Module

Types

Type Description

Octelement<'e>

An element in an octree. NOTE: we intentionally use incomplete equality semantics here so these can be stored in a HashSet.

Functions and values

Function or value Description

Octelement.make visibleInView staticInPlay lightProbe light presence presenceInPlay bounds entry

Full Usage: Octelement.make visibleInView staticInPlay lightProbe light presence presenceInPlay bounds entry

Parameters:
    visibleInView : bool
    staticInPlay : bool
    lightProbe : bool
    light : bool
    presence : Presence
    presenceInPlay : Presence
    bounds : Box3
    entry : 'e

Returns: Octelement<'e>
visibleInView : bool
staticInPlay : bool
lightProbe : bool
light : bool
presence : Presence
presenceInPlay : Presence
bounds : Box3
entry : 'e
Returns: Octelement<'e>

Type something to start searching.