Preparing search index...
The search index is not available
wtc-gl
wtc-gl
RenderOptions
Interface RenderOptions
interface
RenderOptions
{
camera
?:
Camera
;
clear
?:
boolean
;
frustumCull
?:
boolean
;
scene
:
Obj
;
sort
?:
boolean
;
target
?:
null
|
RenderTarget
;
update
?:
boolean
;
viewport
?:
[
Vec2
,
Vec2
]
;
}
Index
Properties
camera?
clear?
frustum
Cull?
scene
sort?
target?
update?
viewport?
Properties
Optional
camera
camera
?:
Camera
Optional
clear
clear
?:
boolean
Optional
frustum
Cull
frustum
Cull
?:
boolean
scene
scene
:
Obj
Optional
sort
sort
?:
boolean
Optional
target
target
?:
null
|
RenderTarget
Optional
update
update
?:
boolean
Optional
viewport
viewport
?:
[
Vec2
,
Vec2
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
camera
clear
frustum
Cull
scene
sort
target
update
viewport
wtc-gl
Loading...