12345678910111213141516171819202122232425262728 |
- {
- "description": "",
- "parentMaterial": "",
- "materialType": "Materials/Types/BasePBR.materialtype",
- "materialTypeVersion": 0,
- "properties": {
- "baseColor": {
- "color": [
- 0.5,
- 0.5,
- 0.5,
- 1.0
- ],
- "textureBlendMode": "Lerp",
- "textureMap": "Props/FruitBowl/textures/fruitBowl_BaseColor.png"
- },
- "metallic": {
- "textureMap": "Props/FruitBowl/textures/fruitBowl_Metallic.png"
- },
- "normal": {
- "textureMap": "Props/FruitBowl/textures/fruitBowl_Normal.png"
- },
- "roughness": {
- "factor": 0.33000001311302185,
- "textureMap": "Props/FruitBowl/textures/fruitBowl_Roughness.png"
- }
- }
- }
|