Go to file
Torsten Dreyer 122d7f681f Add <expression> to animations
Allow complex animation expressions

Example: translate along the y-axis following a sin
function.
<animation>
  <type>translate</type>
  <axis>
    <y>1</y>
  </axis>
  <expression>
    <sin>
      <product>
        <property>/some/position-norm</property>
        <value>6.28</value>
      </product>
    </sin>
  </expression>
</animation>
2011-01-07 22:43:46 +01:00
CMakeModules Merge remote branch 'gitorious/next' into next 2010-12-29 18:12:56 +01:00
projects Remove the dependency to boost serialization 2011-01-05 09:54:50 +01:00
simgear Add <expression> to animations 2011-01-07 22:43:46 +01:00
.gitignore More ignore rules for Git. 2010-07-27 00:21:44 +01:00
acinclude.m4 John Denker: Fix sneaky bug: 'mylibdir' variable getting trampled. 2010-02-17 07:18:20 +01:00
am2dsp.cfg Olaf Flebbe: 2006-02-17 08:58:56 +00:00
AUTHORS Added Curt to empty Authors file as CVS test. 2001-12-11 22:23:25 +00:00
autogen.sh Fixes to better support the native irix compilers. 2002-09-06 15:30:11 +00:00
ChangeLog Let the version number reflect the current state of the release process. 2010-01-21 06:15:18 +01:00
CMakeLists.txt Better MSVC Boost serialization fix from Olaf 2011-01-03 09:48:31 +00:00
configure.ac Update simgear version number to keep pace with FlightGear. 2011-01-03 07:54:31 -06:00
COPYING Starting conversion to LGPL (from GPL). 2000-07-08 18:44:26 +00:00
Doxyfile Update simgear version number to keep pace with FlightGear. 2011-01-03 07:54:31 -06:00
DoxygenMain.cxx - Tweaks to doxygen main page. 2003-06-11 18:55:36 +00:00
Makefile.am Ensure 'make dist' works. 2010-08-07 09:09:58 +01:00
NEWS Attempt to sort out the version number mess in preparation for a 1.9.0 release. 2008-12-19 20:39:59 +00:00
README Test commit. 2001-12-17 16:52:20 +00:00
README.OpenAL Documentation update regarding OpenAL and OSG. 2008-12-20 09:10:43 +00:00
README.OSG Documentation update regarding OpenAL and OSG. 2008-12-20 09:10:43 +00:00
README.plib update library version requirements 2008-05-19 15:17:55 +00:00
README.zlib Updates to remove unneeded and old version of zlib source. 2006-03-23 21:59:59 +00:00
SimGear.spec.in For building redhat packages. 2000-03-29 00:00:46 +00:00
Thanks SimGear: Typo in Thanks file 2007-07-23 22:00:31 +00:00
TODO Initial revision 2002-09-07 02:58:19 +00:00

[ Nothing here at this time. ]