3d visualisation

Hello All,

I’m happy that GODOT comes with a 3D facility, but I couldn’t find many documents or tutorials specifically for 3D visualization.

My requirement is very simple and straightforward. I’m working on an educational training platform, where I need to load a GLB file and display annotation text (with lines) on it. For example, I want to show human anatomy and label all the parts accordingly. The user should be able to rotate, zoom, and interact with the model.

I’ve been searching for a tutorial for the past five days but haven’t had any luck so far. Can someone help me with this?

See this page for importing glb files

The other parts are more involved. You will probably want label3d for labeling the parts. It will require a script to take user input and move the scene.