1234567891011121314151617181920212223242526 |
- {
- "materialType": "Materials/Types/StandardPBR.materialtype",
- "materialTypeVersion": 5,
- "propertyValues": {
- "baseColor.color": [
- 0.5,
- 0.5,
- 0.5,
- 1.0
- ],
- "baseColor.textureBlendMode": "Lerp",
- "baseColor.textureMap": "Props/Wall_Painting/textures/painting_BaseColor.png",
- "emissive.color": [
- 0.0,
- 0.0,
- 0.0,
- 1.0
- ],
- "emissive.intensity": 0.0,
- "emissive.useTexture": false,
- "metallic.useTexture": false,
- "opacity.factor": 1.0,
- "roughness.factor": 0.7317072749137878,
- "roughness.useTexture": false
- }
- }
|