home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D Games (Spidla)
/
3dhry1.iso
/
carterrain
/
src
/
glode.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2003-03-17
|
232 b
|
12 lines
#ifndef _GLODE_H_
#define _GLODE_H_
#include <ode/ode.h>
void position_gl(dBodyID b);
void position_gl(dGeomID g);
void draw_box(double length, double width, double height);
void draw_sphere(double r, int n=8);
#endif