[ODE] Can't seem to make parallel opposing planes

Geoff Carlton gcarlton at iinet.net.au
Sun Nov 14 10:13:25 MST 2004


Have you tried:
  dCreatePlane (space,0,0,1,0);
  dCreatePlane (space,-1,0,0,-1); 
  dCreatePlane (space,1,0,0,-1);

The "buggytest" demo has 6 opposing planes (making a cube) and that 
works fine.

Geoff



More information about the ODE mailing list