home *** CD-ROM | disk | FTP | other *** search
/ 3D Games (Spidla) / 3dhry1.iso / carterrain / src / glode.h < prev    next >
Encoding:
C/C++ Source or Header  |  2003-03-17  |  232 b   |  12 lines

  1. #ifndef _GLODE_H_
  2. #define _GLODE_H_
  3.  
  4. #include <ode/ode.h>
  5.  
  6. void position_gl(dBodyID b);
  7. void position_gl(dGeomID g);
  8. void draw_box(double length, double width, double height);
  9. void draw_sphere(double r, int n=8);
  10.  
  11. #endif
  12.