The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

+1 vote

Hello,

Godot supports Voxel Graphics and or Isometric objects? Would one be able to import objects such from BLENDER to use in Godot?

in Engine by (97 points)

I made this volume renderer addon that renders volumetric data. However I have yet to make a voxel importer. I'm not sure of what format the voxel data should be in and let alone parse the voxel data out of it.

1 Answer

+1 vote

Godot doesn't really support voxel data. The closest to this is 3D textures, which are coming in 3.1 but still require some shader work to render as visible voxels (and doesn't include physics etc).

You can polygonize models and import them in Godot though. If Blender lets you export it as a mesh (OBJ or COLLADA), then it should work. Many users have also been successful at making art in MagickaVoxel and exporting it as a mesh usable in Godot, for example.

For a dynamic voxel system, I made this module a while ago, but it's experimental, I don't work on it currently and needs to recompile the engine: https://github.com/Zylann/godot_voxel

Godot supports isometric 2D tilemaps and orthogonal 3D cameras, but I'm not sure if that's exactly what you mean.

by (29,360 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.