Search found 4 matches

by Ovidiu
Sat Jun 20, 2009 1:40 pm
Forum: Beginners Help
Topic: IrrEdit Lights
Replies: 1
Views: 258

IrrEdit Lights

Hello

I made a small 3d city with 3d Studio Max. I put it together in IrrEdit, calling "map.irr".
I loaded in my Irrlicht Application, and until here was ok.

I made a light in my Application, but it has no effects on the "map.irr".
No shadows, no lighting.
The light that I made had effect only ...
by Ovidiu
Fri Jun 19, 2009 3:27 pm
Forum: Project Announcements
Topic: IrrODE - an Irrlicht - ODE wrapper (now with SVN)
Replies: 561
Views: 196738

guys...when I try to compile an example, it says that I have no "ode_singled.lib"

Where can I find that, or how to make that?

When I compiled ode 0.11.1 it came out only "ode_doubled.lib"

Any Idea?
by Ovidiu
Fri Jun 12, 2009 3:23 pm
Forum: Beginners Help
Topic: Open Another Device on Button Click
Replies: 3
Views: 244

thanks man...

I searched for some State Manager tutorials...but I can't really find a good one...all of them are too old.

Have you anyone?
by Ovidiu
Fri Jun 12, 2009 11:52 am
Forum: Beginners Help
Topic: Open Another Device on Button Click
Replies: 3
Views: 244

Open Another Device on Button Click

I'm new to Irrlicht...I would like to know how to close the current device and open another one when I press a Button.

This is my current class



class MyEventReceiver : public IEventReceiver
{
public:

MyEventReceiver(SAppContext & context) : Context(context) { }

bool OnEvent(const SEvent ...