Cosmos Journeyer API Documentation - v1.10.1
Preparing search index...
frontend/postProcesses/anomalies/mandelboxPostProcess
MandelboxPostProcess
Class MandelboxPostProcess
Hierarchy
PostProcess
MandelboxPostProcess
Implements
UpdatablePostProcess
Index
Constructors
constructor
Methods
update
Constructors
constructor
new
MandelboxPostProcess
(
transform
:
TransformNode
,
boundingRadius
:
number
,
model
:
DeepReadonly
<
MandelboxModel
>
,
scene
:
Scene
,
stellarObjects
:
readonly
PointLight
[]
,
)
:
MandelboxPostProcess
Parameters
transform
:
TransformNode
boundingRadius
:
number
model
:
DeepReadonly
<
MandelboxModel
>
scene
:
Scene
stellarObjects
:
readonly
PointLight
[]
Returns
MandelboxPostProcess
Methods
update
update
(
deltaSeconds
:
number
)
:
void
Updates the post process internal clock so that time-dependent effects can be updated.
Parameters
deltaSeconds
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
update
Cosmos Journeyer API Documentation - v1.10.1
Loading...
Updates the post process internal clock so that time-dependent effects can be updated.