12345678910111213141516171819202122232425262728 |
- {
- "description": "",
- "parentMaterial": "",
- "materialType": "Materials/Types/BasePBR.materialtype",
- "materialTypeVersion": 1,
- "properties": {
- "baseColor": {
- "color": [
- 0.5,
- 0.5,
- 0.5,
- 1.0
- ],
- "textureBlendMode": "Lerp",
- "textureMap": "Props/Kitchen_Utensils/textures/kitchen_utensils_BaseColor.png"
- },
- "metallic": {
- "useTexture": false
- },
- "normal": {
- "textureMap": "Props/Kitchen_Utensils/textures/kitchen_utensils_Normal.png"
- },
- "roughness": {
- "factor": 0.33000001311302185,
- "textureMap": "Props/Kitchen_Utensils/textures/kitchen_utensils_roughness.png"
- }
- }
- }
|