Where can I find GlutStuff.h in Bullet Engine

thinhbk
Posts: 1
Joined: Fri Jul 23, 2010 1:10 am

Where can I find GlutStuff.h in Bullet Engine

Post by thinhbk »

Hi all,
I'm new with Bullet engine. This time, I am trying to build the CcdPhysicDemo example supported by Bullet Engine version 2.76.
I did succeed in linking to required library. However, I cannot fix the following errors due to missing files.

GL_ShapeDrawer.h: No such file or directory
GLDebugFont.h: No such file or directory
GlutDemoApplication.h: No such file or directory
GlutStuff.h: No such file or directory


Can anyone help me to solve them out? Thanks in advance.
User avatar
Dr.Shepherd
Posts: 168
Joined: Tue Jan 04, 2011 11:47 pm

Re: Where can I find GlutStuff.h in Bullet Engine

Post by Dr.Shepherd »

you can find it on the document, don;t forget it. It is the most useful thing for us to learn bullet
User avatar
Dr.Shepherd
Posts: 168
Joined: Tue Jan 04, 2011 11:47 pm

Re: Where can I find GlutStuff.h in Bullet Engine

Post by Dr.Shepherd »

but the glutstuff.h is in the dir of /Demos/OpenGL/
User avatar
Dr.Shepherd
Posts: 168
Joined: Tue Jan 04, 2011 11:47 pm

Re: Where can I find GlutStuff.h in Bullet Engine

Post by Dr.Shepherd »

there is a search function on the code website
http://code.google.com/p/bullet/source/ ... f.h?r=2057

use it frequently