JOGL Based support for a 3D view of the rocket.
authorbkuker <bkuker@180e2498-e6e9-4542-8430-84ac67f01cd8>
Mon, 11 Jun 2012 20:25:41 +0000 (20:25 +0000)
committerbkuker <bkuker@180e2498-e6e9-4542-8430-84ac67f01cd8>
Mon, 11 Jun 2012 20:25:41 +0000 (20:25 +0000)
commit6c394293bc3f3e275c1a77919214914876d27e8a
tree43e3bc621c9d3bedd3f8f56fdf9143b1ca96a380
parent109b95aae3323e9c51b58d33d61dfe0a6c5bb7bc
JOGL Based support for a 3D view of the rocket.
Change to RocketPanel to add 3D option.
Change to build process to use a Jar-in-Jar technique, not Fat Jar, using the Eclipse projects jar-in-jar loader. (Does not require eclipse!)

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@772 180e2498-e6e9-4542-8430-84ac67f01cd8
24 files changed:
core/.classpath
core/build.xml
core/lib/jar-in-jar-loader.jar [new file with mode: 0644]
core/lib/native/gluegen-rt-natives-linux-amd64.jar [new file with mode: 0644]
core/lib/native/gluegen-rt-natives-linux-i586.jar [new file with mode: 0644]
core/lib/native/gluegen-rt-natives-macosx-universal.jar [new file with mode: 0644]
core/lib/native/gluegen-rt-natives-windows-amd64.jar [new file with mode: 0644]
core/lib/native/gluegen-rt-natives-windows-i586.jar [new file with mode: 0644]
core/lib/native/gluegen-rt.jar [new file with mode: 0644]
core/lib/native/jogl-all-natives-linux-amd64.jar [new file with mode: 0644]
core/lib/native/jogl-all-natives-linux-i586.jar [new file with mode: 0644]
core/lib/native/jogl-all-natives-macosx-universal.jar [new file with mode: 0644]
core/lib/native/jogl-all-natives-windows-amd64.jar [new file with mode: 0644]
core/lib/native/jogl-all-natives-windows-i586.jar [new file with mode: 0644]
core/lib/native/jogl.all.jar [new file with mode: 0644]
core/src/net/sf/openrocket/gui/figure3d/ComponentRenderer.java [new file with mode: 0644]
core/src/net/sf/openrocket/gui/figure3d/MassObjectRenderer.java [new file with mode: 0644]
core/src/net/sf/openrocket/gui/figure3d/Quick3dMain.java [new file with mode: 0644]
core/src/net/sf/openrocket/gui/figure3d/RocketFigure3d.java [new file with mode: 0644]
core/src/net/sf/openrocket/gui/figure3d/RocketRenderer.java [new file with mode: 0644]
core/src/net/sf/openrocket/gui/figure3d/TransitionRenderer.java [new file with mode: 0644]
core/src/net/sf/openrocket/gui/scalefigure/RocketPanel.java
core/src/net/sf/openrocket/gui/scalefigure/ScaleSelector.java
core/src/net/sf/openrocket/util/JarUtil.java