1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "description": "",
- "parentMaterial": "",
- "materialType": "Materials/Types/StandardPBR.materialtype",
- "materialTypeVersion": 4,
- "properties": {
- "baseColor": {
- "color": [
- 0.5,
- 0.5,
- 0.5,
- 1.0
- ],
- "textureBlendMode": "Lerp"
- },
- "emissive": {
- "color": [
- 0.0,
- 0.0,
- 0.0,
- 1.0
- ],
- "intensity": 0.0,
- "useTexture": false
- },
- "metallic": {
- "factor": 1.0,
- "useTexture": false
- },
- "opacity": {
- "factor": 1.0
- },
- "roughness": {
- "factor": 0.209989994764328,
- "useTexture": false
- }
- }
- }
|