[ODE] 2d system

J. Perkins jason at 379.com
Wed Apr 2 06:46:01 2003


Just a thought, but...

Couldn't you get ODE to work in 2D by creating a collision plane and 
then setting the gravity high enough to keep all of your objects on the 
"ground"? Set your camera to look straight down on this plane and it 
would seem you'd get the right effect.

Is there some reason that this approach would not work?

Jason
379


Christopher Jefferson wrote:
> I've been thinking about implementing an 2D ODE last night... I think I 
> would like to implement it "properly" so intend to have an attempt 
> (after my current rush at work is over in a couple of weeks...)