raycasterComponent.vwf.json 427 B

1234567891011121314151617181920212223
  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. "getIntersectedElement":{}
  22. }
  23. }