Issues.00170 - lordmundi/wikidoctest GitHub Wiki

00170: upgrade trackcam so camera tracking can be set during runtime

« 00169 | Issues | 00171 »

Summary: upgrade trackcam so camera tracking can be set during runtime

Created: 2009–08–19 13:13

Status: Released

Category: Request

From: frankie

Version: 2.0

Released_In: 2.1

Description:

currently, cameras that you want to track a node must be set up in the configuration file ahead of time.

an upgrade is requested that will allow tcl scripts to add and remove cameras that are tracking nodes during runtime.


Comments

frankie April 05, 2010, at 09:54 AM: Now via tcl commands, cameras can be dynamically enabled and disabled for tracking. See Graphics.Trackcam for more info.


« 00169 | Issues | 00171 »

Associated Commits

| commit | 6979cea2f53544bbe13ec5af06c6e3f276eb5a26 link6 | || | Author: | Frank Graffagnino | | Date: | Mon Aug 31 16:41:21 2009 -0500 | | Message: | [@New commits to fix a commit on a computer with a wonky date!! This will probably invalidate commits that were pulled before the reset. Issue 00170: Added capability to dynamically track cameras Now via tcl commands, cameras can be dynamically enabled and disabled for tracking.

doug.plugin dsp_trackcam.enable CM_Cam SSREF 10000000000.0
   doug.plugin dsp_trackcam.disable CM_Cam

Also, added in moon_elev mapplugin that returns all zeroes Can be useful when you want to reload elev data and start with a clean slate for the whole planet. @] |

Affected Files:

plugin_Linux_FC3/dsp_trackcam.so        | Bin 62590 -> 64984 bytes
 src.dist/mapplugin/moon_elev_all_zero.c | 121 ++++++++++++++++++++++++++++++++
 2 files changed, 121 insertions(+)

| commit | 1f0355068639c7fbd2ee80ce8d00ec483e9a4089 link7 | || | Author: | Frank Graffagnino | | Date: | Wed Aug 19 17:22:33 2009 -0500 | | Message: | [@Issue 00170: Added capability to dynamically track cameras Now via tcl commands, cameras can be dynamically enabled and disabled for tracking.

doug.plugin dsp_trackcam.enable CM_Cam SSREF 10000000000.0
   doug.plugin dsp_trackcam.disable CM_Cam

@] |

Affected Files:

src.dist/plugins/dsp_trackcam.c | 187 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 187 insertions(+)