hand-controls.vwf.json 691 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "extends": "proxy/aframe/aentity.vwf",
  3. "type": "handcontrols",
  4. "properties": {},
  5. "methods": {
  6. "initialize": {},
  7. "updateController": {},
  8. "createSimpleController": {},
  9. "createControllerFromGLTF": {
  10. "parameters": [
  11. "modelSrc"
  12. ]
  13. },
  14. "createController": {
  15. "parameters": [
  16. "modelSrc"
  17. ]
  18. },
  19. "updateVRControl": {
  20. "parameters": [
  21. "position",
  22. "rotation"
  23. ]
  24. },
  25. "triggerdown": {},
  26. "triggerup": {}
  27. },
  28. "scripts": {
  29. "source": "handcontrols.js"
  30. }
  31. }