@three-tile/plugin
Preparing search index...
ViewerOptions
Type Alias ViewerOptions
视图创建选项
type
ViewerOptions
=
{
antialias
?:
boolean
;
logarithmicDepthBuffer
?:
boolean
;
stencil
?:
boolean
;
}
Index
Properties
antialias?
logarithmic
Depth
Buffer?
stencil?
Properties
Optional
antialias
antialias
?:
boolean
是否开启抗锯齿,默认 false
Optional
logarithmic
Depth
Buffer
logarithmicDepthBuffer
?:
boolean
是否使用对数深度缓冲,默认 true
Optional
stencil
stencil
?:
boolean
是否使用模板缓冲,默认 true
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
antialias
logarithmic
Depth
Buffer
stencil
@three-tile/plugin
Loading...
视图创建选项