1234567891011121314151617181920212223 |
- {
- "materialType": "Materials/Types/BasePBR.materialtype",
- "materialTypeVersion": 1,
- "properties": {
- "baseColor": {
- "color": [
- 0.5,
- 0.5,
- 0.5,
- 1.0
- ],
- "textureBlendMode": "Lerp",
- "textureMap": "Props/Stack_Magazines/textures/stack_magazines_BaseColor.png"
- },
- "metallic": {
- "useTexture": false
- },
- "roughness": {
- "factor": 0.1899999976158142,
- "useTexture": false
- }
- }
- }
|