Search found 5 matches

by RRain
Thu Jul 17, 2008 4:20 am
Forum: Beginners Help
Topic: Irredit objects are all white? (Light dosen't affect them)
Replies: 1
Views: 153

Irredit objects are all white? (Light dosen't affect them)

So I have read about the objects all being black, add the light and then you can see them. But all of mine are white..?

I noticed when I load the models from irrlicht I don't notice this problem...

EDIT:

So it would seem as though I just didn't add textures to the objects. But now when I add ...
by RRain
Wed Jun 11, 2008 12:37 pm
Forum: Beginners Help
Topic: Make a text box
Replies: 5
Views: 465

Well, I guess it will work when you use env->drawAll(), because you named your GUI environment env, not gui :roll:

Wow, how did I miss that? It must of just been a late night or something. I'm sure that will fix my problem but I can't fix it right now because I have to go to work soon. Thanks for ...
by RRain
Tue Jun 10, 2008 5:38 am
Forum: Beginners Help
Topic: Make a text box
Replies: 5
Views: 465

ok guys this may have fixed it but i cannot tell. I am getting an error now and its annoying the crap out of me.

Code: Select all

expected primary expression before '->' token
by RRain
Sun Jun 08, 2008 8:11 pm
Forum: Beginners Help
Topic: Make a text box
Replies: 5
Views: 465

Make a text box

Firstly I have read over and played with the code from the 7 movement and .5 user interface examples for the past week and I still cannot get this to work. Ultimatley I would like you to be within certain distance of a node when you click on that node a specific text box will open (with dialogue). I ...
by RRain
Wed May 21, 2008 7:31 pm
Forum: Beginners Help
Topic: Really dumb question
Replies: 3
Views: 299

Really dumb question

Ok I have actually been using the engine for a little while now and even after searching I still cannot find the answer to my question. Everytime I try and compile things with

"using namespace irr" I get an error even though irrlicht.h is in my include directory.

How do I solve my problem?

thanks