Go to file
ehofman 73a4994cac Norman Vine:
Note that SSG and OpenGL use different representations
of Matrices.

1) SSG is row major and OpenGL is column major

2) SSG uses a Z is up whereas conventionally OpenGL uses
   Z is pointing into the screen
   ie this just requires swapping the Y and the Z axis < columns >
   and negating the new Y column

3) Now since SSG eventually calls OpenGL SSG must do this
   for us behind the scenes or else things just wouldn't work
   so inorder to get Clouds3D to render in the proper location
   we should just need to use the Matrix that SSG uses for a Camera
   Matrix and pass this directly to the Clouds3D Camers
2003-08-03 21:23:21 +00:00
simgear Norman Vine: 2003-08-03 21:23:21 +00:00
src-libs Also update the makefile.am 2003-05-05 15:54:00 +00:00
.cvsignore Added autom4te.cache. 2002-09-14 16:06:22 +00:00
acinclude.m4 Fix a typo in acinclude.m4 2002-09-03 02:52:39 +00:00
am2dsp.cfg Updated am2dsp.cfg file for creating MSVC project files. 2002-04-22 20:37:31 +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 Initial revision 2000-02-09 19:27:02 +00:00
configure.ac Fix a typo 2003-07-16 11:32:08 +00:00
COPYING Starting conversion to LGPL (from GPL). 2000-07-08 18:44:26 +00:00
Doxyfile Various 0.3.3 last minute tweaks. 2003-06-03 18:48:49 +00:00
DoxygenMain.cxx - Tweaks to doxygen main page. 2003-06-11 18:55:36 +00:00
Makefile.am Various 0.3.3 last minute tweaks. 2003-06-03 18:48:49 +00:00
NEWS Various 0.3.3 last minute tweaks. 2003-06-03 18:48:49 +00:00
README Test commit. 2001-12-17 16:52:20 +00:00
README.metakit - Added src-libs/boost.tar.gz and README.boost. This is in anticipation 2002-04-03 21:05:51 +00:00
README.MSVC Updated am2dsp.cfg file for creating MSVC project files. 2002-04-22 20:37:31 +00:00
README.plib Additional configure changes. 2002-09-02 22:18:31 +00:00
README.zlib - Added src-libs/boost.tar.gz and README.boost. This is in anticipation 2002-04-03 21:05:51 +00:00
SimGear.dsp Updated dsp/dsw files for MSVC. 2003-06-02 20:11:43 +00:00
SimGear.dsw Updated MSVC project files. 2002-05-10 13:31:44 +00:00
SimGear.spec.in For building redhat packages. 2000-03-29 00:00:46 +00:00
Thanks Updated Durk's entry. 2000-07-07 22:03:45 +00:00
TODO Initial revision 2002-09-07 02:58:19 +00:00

[ Nothing here at this time. ]