Initial import.
commitc678da02a4c83ac9e0478e93513786a3f4ea9cf7
authorvbudovski <vbudovski@be2e481c-8f29-0410-9829-bd512bcbf3ae>
Sat, 17 Feb 2007 04:28:19 +0000 (17 04:28 +0000)
committervbudovski <vbudovski@be2e481c-8f29-0410-9829-bd512bcbf3ae>
Sat, 17 Feb 2007 04:28:19 +0000 (17 04:28 +0000)
treed54f114e983568dc398a52790565326e381ada09
parent106d27debcfd032027ab195f3b8be854a360ca6e
Initial import.

git-svn-id: https://physicssim.svn.sourceforge.net/svnroot/physicssim/trunk@3 be2e481c-8f29-0410-9829-bd512bcbf3ae
46 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
box.hpp [new file with mode: 0644]
collision/gjk.hpp [new file with mode: 0644]
collision/simplex.hpp [new file with mode: 0644]
config.h.in [new file with mode: 0644]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
data/fonts/DejaVuSansMono.ttf [new file with mode: 0644]
data/models/box.obj [new file with mode: 0644]
data/models/icosa.obj [new file with mode: 0644]
data/models/octa.obj [new file with mode: 0644]
data/models/sphere.obj [new file with mode: 0644]
data/scenes/default.scn [new file with mode: 0644]
data/scenes/steps.scn [new file with mode: 0644]
depcomp [new file with mode: 0755]
install-sh [new file with mode: 0755]
main.cpp [new file with mode: 0644]
math/constants.hpp [new file with mode: 0644]
math/euler.hpp [new file with mode: 0644]
math/matrix.hpp [new file with mode: 0644]
math/quaternion.hpp [new file with mode: 0644]
math/rungekutta.hpp [new file with mode: 0644]
math/vector.hpp [new file with mode: 0644]
mesh.hpp [new file with mode: 0644]
meshloader.hpp [new file with mode: 0644]
missing [new file with mode: 0755]
objloader.hpp [new file with mode: 0644]
physicssim.hpp [new file with mode: 0644]
rigidbody.hpp [new file with mode: 0644]
sceneloader.hpp [new file with mode: 0644]
sphere.hpp [new file with mode: 0644]
state.hpp [new file with mode: 0644]
util/fromstring.hpp [new file with mode: 0644]
util/maxdotproduct.hpp [new file with mode: 0644]
util/maxlengthsquared.hpp [new file with mode: 0644]
util/scaleentity.hpp [new file with mode: 0644]
window.hpp [new file with mode: 0644]
world.hpp [new file with mode: 0644]