Class

Culler

Culler()

Abstract culling element

Constructor

new Culler()

Constructor

View Source Extra/Culling/Culler.js, line 6

Methods

enable(value)

Set Culler's state
Parameters:
Name Type Description
value boolean True to enable, false to disable

View Source Extra/Culling/Culler.js, line 25

execute(node, camera)

Execute culling
Parameters:
Name Type Description
node Node A Node instance
camera Camera A Camera instance

View Source Extra/Culling/Culler.js, line 35

isEnabled() → {boolean}

Indicates culler's state

View Source Extra/Culling/Culler.js, line 42

value True if the culler is enable, otherwise
boolean