1234567891011121314151617181920212223242526272829 |
- {
- "description": "",
- "materialType": "Materials/Types/StandardPBR.materialtype",
- "parentMaterial": "",
- "propertyLayoutVersion": 3,
- "properties": {
- "baseColor": {
- "color": [
- 0.4000000059604645,
- 0.4000000059604645,
- 0.4000000059604645,
- 1.0
- ],
- "textureBlendMode": "Lerp",
- "textureMap": "JOSHUAS-ASSETS/GameJam2021/textures/o3de-sign.png"
- },
- "emissive": {
- "color": [
- 0.0,
- 0.0,
- 0.0,
- 1.0
- ]
- },
- "opacity": {
- "factor": 1.0
- }
- }
- }
|