Demonstration of 3D models

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By DimitriyPS
:warning: Old Version Published before Godot 3 was released.

There was an unexpected idea. I need to show 3D model (scene). I want to create Godot project that will demonstrate the 3D model.

I don’t know how to manage the mouse, which will allow you to rotate, zoom in and zoom out the model. Please tell me how to do it?

My lazy way to do it is:
Create a Spatial over the model and a Camera child of the spatial.
Move like on Z the Camera away from the Spatial
Rotate the Spatial on Y for rotation.
Move the Camera on local Z for zoom.
Always looking at the Spatial.

eons | 2016-10-11 17:57

:bust_in_silhouette: Reply From: volzhs

This script would help.