🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Advertisement

Latest OpenGLC++ Activity

Thanks again.

As for the real reason I needed Marching Cubes on the GPU, my app is at:

https://github.com/sjhalayka/julia4d3

7,264 views
Advertisement

The hack that I use relies on a stationary camera. The geometry to draw is rotated instead.

const vertex_3 camera_pos(0, 0, -1); // Camera position.
const vertex_3 look_at_pos(0, 0, 0); // Look at position.

Thanks again for your help, you guys!

7,486 views
Advertisement
Advertisement