Issues.00166 - lordmundi/wikidoctest GitHub Wiki

00166: add "targeting" capability

« 00165 | Issues | 00167 »

Summary: add "targeting" capability

Created: 2009–08–13 16:28

Status: Released

Category: Request

From: frankie

Version: 2.0

Released_In: 2.1

Description:

it would be nice if there was a concept of a current target to fly around. this would make it easier to locate and fly to a specific place.


Comments

frankie April 05, 2010, at 12:14 PM: With the new dynamic camera tracking capability, I was able to add this in via a tcl menu in the viewport. Now, when you right click in a viewport, it will have a "Set Camera Tracking" menu. In there will be a list of nodes the user can customize. When assigned, the current camera for that viewport will lock onto the target rotationally, and then translation keys will effectively let the user fly around the assigned node. Assigning "None" will disable the lock. The node list can be specified by overriding the "CAMERA_TRACK_MENU_NODES" definition in your DEFINES block of the user.cfg.


« 00165 | Issues | 00167 »

Associated Commits

| commit | a603e141ec6301cdac88c59996d11948fe1813ad link5 | || | Author: | Frank Graffagnino | | Date: | Mon Apr 5 12:09:47 2010 -0500 | | Message: | [@Issue 00166: Added a menu option to target a node Now, with the dynamic camera tracking, we can add in a simple menu that lets a user force the camera to track a specific node, which effectively lets them fly around it using the translation keys @] |

Affected Files:

configs/trackcam.cfg      | 11 +++++++++
 edge_settings.cfg         |  1 +
 gui/camera_track_menu.tcl | 57 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 69 insertions(+)