aMaterialComponent.vwf.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "extends": "proxy/aframe/aentityComponent.vwf",
  3. "type": "component",
  4. "properties": {
  5. "alphaTest": null,
  6. "depthTest": null,
  7. "flatShading": null,
  8. "npot": null,
  9. "offset": null,
  10. "opacity": null,
  11. "remain": null,
  12. "repeat": null,
  13. "shader": null,
  14. "side": null,
  15. "transparent": null,
  16. "vertexColors": null,
  17. "visible": null,
  18. "ambient-occlusion-map": null,
  19. "ambient-occlusion-map-intensity": null,
  20. "ambient-occlusion-texture-offset": null,
  21. "ambient-occlusion-texture-repeat": null,
  22. "color": null,
  23. "displacement-bias": null,
  24. "displacement-map": null,
  25. "displacement-scale": null,
  26. "displacement-texture-offset": null,
  27. "displacement-texture-repeat": null,
  28. "emissive": null,
  29. "emissiveIntensity": null,
  30. "height": null,
  31. "envMap": null,
  32. "fog": null,
  33. "metalness": null,
  34. "normal-map": null,
  35. "normal-scale": null,
  36. "normal-texture-offset": null,
  37. "normal-texture-repeat": null,
  38. "roughness": null,
  39. "sphericalEnvMap": null,
  40. "width": null,
  41. "wireframe": null,
  42. "wireframe-linewidth": null,
  43. "src": null
  44. },
  45. "methods": {
  46. "refreshSrc": {},
  47. "updateSrc": {
  48. "parameters": [
  49. "srcID"
  50. ]
  51. }
  52. },
  53. "scripts": {
  54. "source": "aMaterialComponent.js"
  55. }
  56. }