@newkrok/three-utils - v2.0.1
Preparing search index...
AssetsUtils
MaterialConfig
Type Alias MaterialConfig
type
MaterialConfig
=
{
alphaTest
?:
number
;
color
?:
number
;
materialType
?:
new
(
params
:
any
)
=>
THREE.Material
;
texture
?:
{
flipY
?:
boolean
;
id
:
string
}
;
}
Index
Properties
alpha
Test?
color?
material
Type?
texture?
Properties
Optional
alpha
Test
alphaTest
?:
number
Optional
color
color
?:
number
Optional
material
Type
materialType
?:
new
(
params
:
any
)
=>
THREE.Material
Optional
texture
texture
?:
{
flipY
?:
boolean
;
id
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
alpha
Test
color
material
Type
texture
@newkrok/three-utils - v2.0.1
Loading...