An open API service indexing awesome lists of open source software.

https://github.com/smilyorg/disperser


https://github.com/smilyorg/disperser

Last synced: 2 months ago
JSON representation

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