- Takahiro Aoyagi, Mozilla, @takahirox
T.B.D.
Draft
Written against the glTF 2.0 spec.
T.B.D.
T.B.D.
"materials": [
{
"pbrMetallicRoughness": {
"baseColorFactor": [ 1.0, 0.0, 0.0, 1.0 ],
"baseColorTexture": {
"index": 0
},
},
"extensions": {
"MOZ_lightmap": {
index: 1,
intensity: 1.0
}
}
}
]
T.B.D.
Property | Type | Description | Requires |
---|---|---|---|
index | integer |
The index of texture. | ✅ Yes |
intensity | number |
Light map intensity. | No, default is 1.0 |