123456789101112131415161718192021222324252627282930313233343536 |
- {
- "description": "",
- "parentMaterial": "",
- "materialType": "Materials/Types/StandardPBR.materialtype",
- "materialTypeVersion": 5,
- "properties": {
- "baseColor": {
- "textureBlendMode": "Lerp",
- "textureMap": "../Textures/chain_basecolor.png"
- },
- "emissive": {
- "color": [
- 0.0,
- 0.0,
- 0.0,
- 1.0
- ]
- },
- "general": {
- "doubleSided": true
- },
- "metallic": {
- "factor": 0.8899999856948853
- },
- "normal": {
- "textureMap": "../Textures/chain_normal.jpg"
- },
- "opacity": {
- "alphaSource": "Split",
- "factor": 1.0,
- "mode": "Cutout",
- "textureMap": "../Textures/chain_alpha.png"
- }
- }
- }
|