aMaterialComponent.vwf.yaml 957 B

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