Edit of asset "Trackball Camera" Accepted
Warning: Using Git tags or branches is no longer supported. Please give a full Git commit hash instead, or use the Custom download provider for GitHub Releases downloads.
If you think that this warning is incorrect, you can always open an issue.
If you think that this warning is incorrect, you can always open an issue.
Old/Current | New/Edit | |
---|---|---|
Title | Trackball Camera | Trackball Camera |
Description |
A Trackball Camera that responds to input from actions, mouse, keyboard, joystick and touch, in order to rotate around its parent node while continuously facing it. Works with Godot 3.x (tested up to 3.5). - stays around its parent node, even if the latter moves - no gimbal lock (quaternions ♥) - camera inertia for a smoother experience - keep the horizon stable if you want - the parent node does not have to be centered in the camera's view - can be used to look around itself - analog camera control with joystick, courtesy of @marcello505 - smooth and constrained zoom with PGUP / PGDOWN or your own custom action, if you want to use the mouse wheel for example - constrain pitch, or handle headstands by inverting x - a bunch of parameters to configure things as you want them CONS: - No panning - No promises USAGE 1. Add a TrackballCamera node as child of the node you want to trackball around. 2. Translate the camera along the Z axis a little bit, so that it faces its parent. 3. Configure the camera. |
A TrackballCamera that responds to input from mouse, keyboard, joystick and touch, in order to rotate around its parent node while continuously facing it. - stays around its parent node, even if the latter moves - no gimbal lock (quaternions ♥) - camera inertia for a smoother experience - the parent node does not have to be centered in the camera's view - can be used to look around itself - a bunch of parameters to configure everything as you want it |
Category | 3D Tools | 3D Tools |
License | MIT | MIT |
Repository Provider | GitHub | GitHub |
Repository Url | https://github.com/Goutte/godot-trackball-camera | https://github.com/Goutte/godot-trackball-camera |
Issues Url | https://github.com/Goutte/godot-trackball-camera/issues | https://github.com/Goutte/godot-trackball-camera/issues |
Godot version | Godot 3.0 | Godot 3.0 |
Version String | 6.0 | 3.0 |
Download Commit | c623f7ebeda502049635c75ce322438895170bb9 | v3.0 |
Download Url (Computed) | https://github.com/Goutte/godot-trackball-camera/archive/c623f7ebeda502049635c75ce322438895170bb9.zip | https://github.com/Goutte/godot-trackball-camera/archive/v3.0.zip |
Icon Url |
https://github.com/Goutte/godot-trackball-camera/raw/master/addons/goutte.camera.trackball/icon.png
|
https://github.com/Goutte/godot-trackball-camera/raw/master/icon.png
|