https://github.com/smilyorg/disperser
https://github.com/smilyorg/disperser
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smilyorg/disperser
- Owner: SmilyOrg
- Created: 2016-07-24T12:51:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-19T18:46:14.000Z (about 1 year ago)
- Last Synced: 2025-05-19T19:49:17.631Z (about 1 year ago)
- Language: C++
- Size: 250 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RayBatch
* position
* direction
* t
## Steps
### Initial
* generate ray positions and directions
### Iterate
* floor positions
* get morton codes
## Sparse Octree?
0 0 0 0 0 0 0 0
0 0 1 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0
2 1
1 0
0 1
0 1 0 0
0 0 2 0
0 0 0 0
0 1 0 0
1 0 0 0
0 0 0 0