Is it possible to create whole voxel planets, that are a sphere in shape?
I have put this in blueprint and c++ (hoping I will be able to do it in blueprint!)
Thanks!
Is it possible to create whole voxel planets, that are a sphere in shape?
I have put this in blueprint and c++ (hoping I will be able to do it in blueprint!)
Thanks!
Yes. It is possible if you know how.
Yes, I know it is but how?
This should help…
https://www…com/watch?v=0DCLMzpZOPY&index=2&list=PLbyD0pOGhZOqU8cnssg6Tdh7PV9vWMvY0
This doesn’t really help, but thanks for trying mate.
Absolute it is possible. I’m attempting to do one with my strange orbitz game and I recommend voxel lighting for performance. There are quite a few technical issues to solve because I think you need to use instanced static meshes and they are not as flexible as normal actors.
My blog can show you at least what is possible.