siderweb.material 617 B

12345678910111213141516171819202122232425
  1. {
  2. "description": "",
  3. "materialType": "Materials/Types/StandardPBR.materialtype",
  4. "parentMaterial": "",
  5. "propertyLayoutVersion": 3,
  6. "properties": {
  7. "baseColor": {
  8. "textureMap": "JOSHUAS-ASSETS/GameJam2021/textures/spiderweb_final.png"
  9. },
  10. "emissive": {
  11. "color": [
  12. 0.0,
  13. 0.0,
  14. 0.0,
  15. 1.0
  16. ]
  17. },
  18. "opacity": {
  19. "alphaAffectsSpecular": 1.0,
  20. "doubleSided": true,
  21. "factor": 1.0,
  22. "mode": "TintedTransparent"
  23. }
  24. }
  25. }