1234567891011121314151617181920212223242526272829303132333435 |
- {
- "description": "",
- "materialType": "Materials/Types/StandardPBR.materialtype",
- "parentMaterial": "",
- "materialTypeVersion": 3,
- "properties": {
- "baseColor": {
- "color": [
- 0.0,
- 1.0,
- 0.0,
- 1.0
- ]
- },
- "emissive": {
- "color": [
- 0.0,
- 0.0,
- 0.0,
- 1.0
- ]
- },
- "irradiance": {
- "color": [
- 0.0,
- 1.0,
- 0.0,
- 1.0
- ]
- },
- "opacity": {
- "factor": 1.0
- }
- }
- }
|