123456789101112131415161718 |
- # https://aframe.io/docs/0.5.0/core/scene.html
- ---
- extends: http://vwf.example.com/aframe/node.vwf
- type: "a-scene"
- properties:
- fog:
- assets:
- color:
- transparent:
- methods:
- clientWatch:
- createCube:
- parameters:
- - name
- - avatar
- - node
- scripts:
- - source: "http://vwf.example.com/aframe/ascene.js"
|