123456789101112131415161718192021222324252627 |
- {
- "description": "",
- "materialType": "Materials/Types/BasePBR.materialtype",
- "parentMaterial": "",
- "properties": {
- "baseColor": {
- "color": [
- 0.5,
- 0.5,
- 0.5,
- 1.0
- ],
- "textureBlendMode": "Lerp",
- "textureMap": "Rooms/Interior_02/textures/figTree_BaseColor.png"
- },
- "metallic": {
- "useTexture": false
- },
- "normal": {
- "textureMap": "Rooms/Interior_02/textures/figTree_Normal.png"
- },
- "roughness": {
- "factor": 0.33000001311302187,
- "textureMap": "Rooms/Interior_02/textures/figTree_Roughness.png"
- }
- }
- }
|