12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "description": "",
- "materialType": "Materials/Types/StandardPBR.materialtype",
- "parentMaterial": "",
- "properties": {
- "baseColor": {
- "color": [
- 0.5,
- 0.5,
- 0.5,
- 1.0
- ],
- "textureBlendMode": "Lerp",
- "textureMap": "Props/WallArt_circular/textures/wallArt_circular_BaseColor.png"
- },
- "emissive": {
- "color": [
- 0.0,
- 0.0,
- 0.0,
- 1.0
- ],
- "intensity": 0.0,
- "useTexture": false
- },
- "metallic": {
- "textureMap": "Props/WallArt_circular/textures/wallArt_circular_Metallic.png"
- },
- "normal": {
- "textureMap": "Props/WallArt_circular/textures/wallArt_circular_Normal.png"
- },
- "opacity": {
- "factor": 1.0
- },
- "roughness": {
- "factor": 0.33000001311302187,
- "textureMap": "Props/WallArt_circular/textures/wallArt_circular_Roughness.png"
- }
- }
- }
|