From: <sv...@ww...> - 2005-04-21 12:03:23
|
Author: delta Date: 2005-04-21 05:03:10 -0700 (Thu, 21 Apr 2005) New Revision: 1519 Modified: trunk/CSP/CSPSim/CHANGES.current trunk/CSP/CSPSim/Data/Models/F16/DJ/F16DJ.osg trunk/CSP/CSPSim/Data/XML/vehicles/aircraft/F16/DJ/gear.xml trunk/CSP/CSPSim/Data/XML/vehicles/aircraft/F16/DJ/model.xml trunk/CSP/CSPSim/Include/Animation.h trunk/CSP/CSPSim/Source/Animation.cpp trunk/CSP/CSPSim/Source/ObjectModel.cpp Log: * Added a facultative (sim)data std::string member (m_NormalizedTimeChannel) in TimedSequence to warranty different (normalized time) channel names. At some point, a static unsigned int could be used and incremented automatically if a channel name is not provided to assure a 1-1 naming. * Wheel steering support has been added; it's controled by "ControlInputs.RudderInput". F16DJ.osg has been manually modified (adding a dummy transform node) to allow this binding to work. If this mod could be done in modeler program, it could save a bit of time on both side, developper and modeler (the node needs to be named). ModelProcessor::apply has been slightly rewritten. * DrivenRotation::Callback::operator() has changed again. OS? :) ===> ALL USERS: RebuildData.py Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1519 Diff omitted (746383 bytes). |