We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Two simple three dimensional grids, both looks infinite
the code is here: https://github.com/nikolajRoager/3D-grid.git
can you post a screenshot pls?
here are two pictures, one of each grid:
box grid:
rectangle grid:
Thanks a lot!
Chrisir
;-)
Have you ever looked into sphere-tracing? It is possible to draw an "infinite" number of objects using a modulo trick. Three images down in the link: http://blog.hvidtfeldts.net/index.php/2011/08/distance-estimated-3d-fractals-iii-folding-space/
Edit: Maybe I should have explained why I quoted infinite, it is one object being drawn an infinite number of times
@nikolaj is there a way to have the grid follow the point of travel while moving? i see you can only translate up/down not no left/right.
Comments
can you post a screenshot pls?
here are two pictures, one of each grid:
box grid:
rectangle grid:
Thanks a lot!
Chrisir
;-)
Have you ever looked into sphere-tracing? It is possible to draw an "infinite" number of objects using a modulo trick. Three images down in the link: http://blog.hvidtfeldts.net/index.php/2011/08/distance-estimated-3d-fractals-iii-folding-space/
Edit: Maybe I should have explained why I quoted infinite, it is one object being drawn an infinite number of times
@nikolaj is there a way to have the grid follow the point of travel while moving? i see you can only translate up/down not no left/right.