raycasterComponent.vwf.json 395 B

12345678910111213141516171819202122
  1. {
  2. "extends": "proxy/aframe/aentityComponent.vwf",
  3. "type": "component",
  4. "properties": {
  5. "direction": null,
  6. "far": null,
  7. "interval": null,
  8. "near": null,
  9. "objects": null,
  10. "origin": null,
  11. "recursive": null,
  12. "showLine": null,
  13. "useWorldCoordinates": null
  14. },
  15. "methods":{
  16. "getIntersectionPoint":{
  17. "parameters": [
  18. "nodeID"
  19. ]
  20. }
  21. }
  22. }