| .. |
|
Makefile.am
|
7e4eea43fc
* applied patch #185: implicit gyroscopic forces
|
12 years ago |
|
basket_geom.h
|
bd690db5e0
Added dTRIMESH_OPCODE_16BIT build option to allow an OPCODE trimesh to be specified using 16-bit indices. Feature inspired by patch [ 1170247 ] by Geoff Carlton. Default is 32-bit.
|
18 years ago |
|
bunny_geom.h
|
c1b036c75c
* Remove compilation warning produced by the file bunny_geom.h when compiling
|
17 years ago |
|
convex_bunny_geom.h
|
5d027c3c5e
removed svn:executable from some source files
|
17 years ago |
|
demo_I.cpp
|
180dc5b3ae
added a -texturepath option to drawstuff
|
17 years ago |
|
demo_basket.cpp
|
dc42407f6b
generate include/ode/precision.h to set the precision instead of command-line defines; general code cleanup to get rid of GCC warnings
|
13 years ago |
|
demo_boxstack.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_buggy.cpp
|
8e4aa874a3
resolved issue #12 : added dJointGetHinge2Angle2
|
12 years ago |
|
demo_cards.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_chain1.c
|
f077524270
Cosmetic: Put vector initialization with NANs back; demo compilation fixed for VS2008
|
12 years ago |
|
demo_chain2.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_collision.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_crash.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_cyl.cpp
|
dc42407f6b
generate include/ode/precision.h to set the precision instead of command-line defines; general code cleanup to get rid of GCC warnings
|
13 years ago |
|
demo_cylvssphere.cpp
|
dc42407f6b
generate include/ode/precision.h to set the precision instead of command-line defines; general code cleanup to get rid of GCC warnings
|
13 years ago |
|
demo_dball.cpp
|
11625cb8f7
added two new joints: Double Ball (DBall) and Double Hinge (DHinge)
|
14 years ago |
|
demo_dhinge.cpp
|
ed656ec174
* Drawstuff now shows shadows for lines.
|
13 years ago |
|
demo_feedback.cpp
|
0c76980165
fixed #10
|
12 years ago |
|
demo_friction.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_gyro2.cpp
|
7e4eea43fc
* applied patch #185: implicit gyroscopic forces
|
12 years ago |
|
demo_gyroscopic.cpp
|
12b8427b6f
Fixed: Memory allocation fixed for demo_ode
|
11 years ago |
|
demo_heightfield.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_hinge.cpp
|
180dc5b3ae
added a -texturepath option to drawstuff
|
17 years ago |
|
demo_jointPR.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_jointPU.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_joints.cpp
|
9d409b9721
Changed: Macros changed to static inline functions in odemath.h and related files. Some code duplication has been eliminated across the files.
|
16 years ago |
|
demo_kinematic.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_motion.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_motor.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_moving_convex.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_moving_trimesh.cpp
|
9603c48a1a
Changed: Convex-Trimesh collider added (libccd+GIMPACT only)(by Piotr Piastucki)
|
10 years ago |
|
demo_ode.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_piston.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_plane2d.cpp
|
055e61b97d
Fixed: Initializetion and finalization of demo_plane2 has been fixed
|
11 years ago |
|
demo_rfriction.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_slider.cpp
|
180dc5b3ae
added a -texturepath option to drawstuff
|
17 years ago |
|
demo_space.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_space_stress.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_step.cpp
|
180dc5b3ae
added a -texturepath option to drawstuff
|
17 years ago |
|
demo_tracks.cpp
|
a9a0a071b3
Merged: oleh_derevenko#1909: Fixed: ODE data initialization for rendering thread added
|
12 years ago |
|
demo_transmission.cpp
|
50ee0f3c7c
* issue #10 - removed usage of geom transforms in demos
|
12 years ago |
|
demo_trimesh.cpp
|
9603c48a1a
Changed: Convex-Trimesh collider added (libccd+GIMPACT only)(by Piotr Piastucki)
|
10 years ago |
|
icosahedron_geom.h
|
7987aba001
moved icosahedron data to a separated header
|
17 years ago |
|
texturepath.h
|
dc42407f6b
generate include/ode/precision.h to set the precision instead of command-line defines; general code cleanup to get rid of GCC warnings
|
13 years ago |
|
world_geom3.h
|
bd690db5e0
Added dTRIMESH_OPCODE_16BIT build option to allow an OPCODE trimesh to be specified using 16-bit indices. Feature inspired by patch [ 1170247 ] by Geoff Carlton. Default is 32-bit.
|
18 years ago |