123456789101112131415161718192021222324252627 |
- {
- "materialType": "Materials/Types/BasePBR.materialtype",
- "materialTypeVersion": 1,
- "properties": {
- "baseColor": {
- "color": [
- 0.0,
- 0.0,
- 0.0,
- 1.0
- ],
- "textureBlendMode": "Lerp",
- "textureMap": "Props/StillLife/textures/teapot_BaseColor.png"
- },
- "metallic": {
- "factor": 0.46590909361839294,
- "textureMap": "Props/StillLife/textures/teapot_Metallic.png"
- },
- "normal": {
- "textureMap": "Props/StillLife/textures/teapot_Normal.png"
- },
- "roughness": {
- "factor": 0.13781249523162842,
- "textureMap": "Props/StillLife/textures/teapot_Roughness.png"
- }
- }
- }
|