123456789101112131415161718192021222324 |
- # https://aframe.io/docs/master/components/hand-controls.html
- # Copyright 2017 Krestianstvo.org project
- ---
- extends: http://vwf.example.com/aframe/aentity.vwf
- type: "handcontrols"
- properties:
- methods:
- initialize:
- updateController:
- createSimpleController:
- createControllerFromGLTF:
- parameters:
- - modelSrc
- createController:
- parameters:
- - modelSrc
- updateVRControl:
- parameters:
- - position
- - rotation
- triggerdown:
- triggerup:
- scripts:
- - source: "http://vwf.example.com/aframe/handcontrols.js"
|