1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "description": "",
- "parentMaterial": "",
- "materialType": "Materials/Types/StandardPBR.materialtype",
- "materialTypeVersion": 5,
- "properties": {
- "baseColor": {
- "textureMap": "../Textures/fabricBlue_1k_basecolor.png"
- },
- "general": {
- "applySpecularAA": true
- },
- "irradiance": {
- "irradianceColorSource": "Manual",
- "manualColor": [
- 0.0,
- 0.15049973130226135,
- 1.0,
- 1.0
- ],
- "factor": 0.30000001192092896
- },
- "metallic": {
- "textureMap": "../Textures/fabric_metallic.png"
- },
- "normal": {
- "factor": 0.5,
- "textureMap": "../Textures/fabric_normal.jpg"
- },
- "occlusion": {
- "diffuseTextureMap": "../Textures/fabric_ao.png"
- },
- "opacity": {
- "factor": 1.0
- },
- "roughness": {
- "textureMap": "../Textures/fabric_roughness.png"
- }
- }
- }
|