12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "description": "",
- "parentMaterial": "",
- "materialType": "Materials/Types/StandardPBR.materialtype",
- "materialTypeVersion": 5,
- "properties": {
- "baseColor": {
- "textureMap": "../Textures/curtainGreen_1k_basecolor.png"
- },
- "general": {
- "applySpecularAA": true
- },
- "irradiance": {
- "irradianceColorSource": "Manual",
- "manualColor": [
- 0.0,
- 0.15294118225574493,
- 0.0,
- 1.0
- ]
- },
- "metallic": {
- "textureMap": "../Textures/curtain_metallic.png"
- },
- "normal": {
- "factor": 0.5,
- "textureMap": "../Textures/curtain_normal.jpg"
- },
- "occlusion": {
- "diffuseTextureMap": "../Textures/curtain_ao.png"
- },
- "opacity": {
- "factor": 1.0
- },
- "roughness": {
- "textureMap": "../Textures/curtain_roughness.png"
- }
- }
- }
|