Search found 5 matches

by idlewire
Sun Jan 13, 2008 9:20 pm
Forum: Project Announcements
Topic: IrrWizard?
Replies: 320
Views: 99637

How's that linux version coming along? ;)
by idlewire
Sun Jan 13, 2008 5:49 am
Forum: Beginners Help
Topic: change wireframe color or psuedo wireframes?
Replies: 1
Views: 206

change wireframe color or psuedo wireframes?

Is there a way to change the color when rendering as a wireframe? also is there a way to do wireframes without being able to see through the object as if you had a black model and just outlined the edges?
by idlewire
Sat Jan 12, 2008 7:11 pm
Forum: Beginners Help
Topic: Code Blocks Ubuntu and Irrlicht
Replies: 7
Views: 356

I'm actually trying to do the same thing. I can compile using code::blocks, except that when I try run an example from within code::blocks, it can't find any media like textures or models, but if I just run the executable, it finds everything no problem. Anyone got any ideas?
by idlewire
Tue Aug 28, 2007 1:59 am
Forum: Beginners Help
Topic: I need light in-game scripting.
Replies: 2
Views: 290

I need light in-game scripting.

I need to be able to access a few predetermined variables, perform basic looping, if/then stuff, and math while my game is already running. How is the best way of going about this? Can I set up Lua or another scripting language with out much trouble to do this or do I have to make my own mini-script...