1234567891011121314151617181920212223 |
- {
- "materialType": "@gemroot:Atom_Feature_Common@/Assets/Materials/Types/StandardPBR.materialtype",
- "materialTypeVersion": 5,
- "propertyValues": {
- "baseColor.color": [
- 0.800000011920929,
- 0.800000011920929,
- 0.800000011920929,
- 1.0
- ],
- "baseColor.textureMap": "textures/Diffuse.png",
- "emissive.color": [
- 0.0,
- 0.0,
- 0.0,
- 1.0
- ],
- "metallic.textureMap": "textures/Metallic.png",
- "occlusion.diffuseTextureMap": "textures/AO_grey.png",
- "opacity.factor": 1.0,
- "roughness.textureMap": "textures/Roughness.png"
- }
- }
|