virtual-puppet-project / vpuppr

VTuber application made with Godot 4
Mozilla Public License 2.0
725 stars 62 forks source link

Please add the possibility to turn the model around X axis. #170

Open Supermagnum opened 1 year ago

Supermagnum commented 1 year ago

I have seen the some are able to turn their model around X axis ( the axis facing the viewer, to make the model stand on its head ) and in some cases even the Z axis. Turning the model around the Z axis is perhaps suitable if one are playing a racing game,- one can get the feeling of sitting in the back seat.

you-win commented 1 year ago

It is currently possible to rotate the model on all 3 axes, albeit very clumsily. I will look into adding quick options for flipping the model.

Side note: In the Godot the axes are as follows (from the perspective of the camera + assuming the camera is stationary):

Supermagnum commented 1 year ago

It is currently possible to rotate the model on all 3 axes, albeit very clumsily. I will look into adding quick options for flipping the model.

Side note: In the Godot the axes are as follows (from the perspective of the camera + assuming the camera is stationary):

* X: Left/Right

* Y: Up/Down

* Z: Away/Towards the camera

Perhaps something like holding the ALT + X ( example axis key ) and dragging the mouse..