Hilo3d API - v2.0.0
Home
Examples
Repository
Preparing search index...
Hilo3d
GLTFMaterialsCommonExtension
Interface GLTFMaterialsCommonExtension
interface
GLTFMaterialsCommonExtension
{
doubleSided
?:
boolean
;
technique
?:
"PHONG"
|
"LAMBERT"
|
"CONSTANT"
|
"BLINN"
;
transparency
?:
number
;
transparent
?:
boolean
;
values
:
Readonly
<
Record
<
string
,
GLTFMaterialValue
>
>
;
}
Index
Properties
double
Sided?
technique?
transparency?
transparent?
values
Properties
Optional
double
Sided
doubleSided
?:
boolean
Optional
technique
technique
?:
"PHONG"
|
"LAMBERT"
|
"CONSTANT"
|
"BLINN"
Optional
transparency
transparency
?:
number
Optional
transparent
transparent
?:
boolean
values
values
:
Readonly
<
Record
<
string
,
GLTFMaterialValue
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
double
Sided
technique
transparency
transparent
values
Home
Examples
Repository
Hilo3d API - v2.0.0
Loading...