12345678910111213141516171819202122232425 |
- {
- "description": "",
- "parentMaterial": "",
- "materialType": "Materials/Types/BasePBR.materialtype",
- "materialTypeVersion": 0,
- "properties": {
- "baseColor": {
- "color": [
- 0.5,
- 0.5,
- 0.5,
- 1.0
- ],
- "textureBlendMode": "Lerp",
- "textureMap": "Props/CuttingBoard/textures/slicedApple_BaseColor.png"
- },
- "normal": {
- "textureMap": "Props/CuttingBoard/textures/slicedApple_Normal.png"
- },
- "roughness": {
- "factor": 0.33000001311302185,
- "textureMap": "Props/CuttingBoard/textures/slicedApple_Roughness.png"
- }
- }
- }
|