https://github.com/ahlusar1989/collisionsraycasting
ThreeJS and Raycasting
https://github.com/ahlusar1989/collisionsraycasting
Last synced: 3 months ago
JSON representation
ThreeJS and Raycasting
- Host: GitHub
- URL: https://github.com/ahlusar1989/collisionsraycasting
- Owner: ahlusar1989
- Created: 2016-12-28T18:15:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-28T18:19:18.000Z (almost 9 years ago)
- Last Synced: 2024-10-05T23:41:19.453Z (about 1 year ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collisions with Rayasting
ThreeJS and RaycastingThis is an experiment with ThreeJS and Raycasting to detect objects (https://capnramses.github.io//opengl/raycasting.html). There are comments added for clarification and rationale for design choices. Feel free to comment and provide feedback.