agltfmodel.vwf.yaml 273 B

123456789101112
  1. #https://aframe.io/docs/0.6.0/primitives/a-gltf-model.html
  2. ---
  3. extends: http://vwf.example.com/aframe/aentity.vwf
  4. type: "a-gltf-model"
  5. properties:
  6. src:
  7. methods:
  8. updateModel:
  9. parameters:
  10. - obj
  11. scripts:
  12. - source: "http://vwf.example.com/aframe/agltfmodel.js"