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