1234567891011121314151617181920212223 |
- {
- "materialType": "Materials/Types/BasePBR.materialtype",
- "materialTypeVersion": 1,
- "properties": {
- "baseColor": {
- "color": [
- 0.5,
- 0.5,
- 0.5,
- 1.0
- ],
- "textureBlendMode": "Lerp",
- "textureMap": "Props/StillLife/textures/cuttingBoard_BaseColor.png"
- },
- "normal": {
- "textureMap": "Props/StillLife/textures/cuttingBoard_Normal.png"
- },
- "roughness": {
- "factor": 0.33000001311302185,
- "textureMap": "Props/StillLife/textures/cuttingBoard_Roughness.png"
- }
- }
- }
|