aMaterialComponent.vwf.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. "blending": null,
  19. "dithering": null,
  20. "ambientOcclusionMap": null,
  21. "ambientOcclusionMapIntensity": null,
  22. "ambientOcclusionTextureOffset": null,
  23. "ambientOcclusionTextureRepeat": null,
  24. "color": null,
  25. "displacementBias": null,
  26. "displacementMap": null,
  27. "displacementScale": null,
  28. "displacementTextureOffset": null,
  29. "displacementTextureRepeat": null,
  30. "emissive": null,
  31. "emissiveIntensity": null,
  32. "height": null,
  33. "envMap": null,
  34. "fog": null,
  35. "metalness": null,
  36. "normalMap": null,
  37. "normalScale": null,
  38. "normalTextureOffset": null,
  39. "normalTextureRepeat": null,
  40. "roughness": null,
  41. "sphericalEnvMap": null,
  42. "width": null,
  43. "wireframe": null,
  44. "wireframeLinewidth": null,
  45. "src": null
  46. },
  47. "methods": {
  48. "refreshSrc": {},
  49. "updateSrc": {
  50. "parameters": [
  51. "srcID"
  52. ]
  53. }
  54. },
  55. "scripts": {
  56. "source": "aMaterialComponent.js"
  57. }
  58. }