-1
votes
1answer
363 views

Voxel terrain engine [closed]

Is there some voxel frameworks or extensions for game engines like Unity? I really need a system to dynamically generate voxel ruinable terrains.
2
votes
1answer
225 views

Making efficeint voxel engines using “chunks”

Concept I'm currently looking in to how voxel engines work with a view to possibly making one myself. I see a lot of stuff like this ... ...
0
votes
0answers
1k views

Want to make a voxel game engine. Where to start? [closed]

I recently started watching youtube videos of peoples voxel engines and would like to attempt making one, as a small personal project. The only thing that I'd like to know is, what is the best ...
3
votes
1answer
328 views

Performace problems with Voxel Engine

well, I am creating a voxel engine in C# and XNA and many posts I have posted on this site have been due to performace issues, many people suggested using a profiler to help me out. I have, and ...