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 ...
Search found 4 matches
- Sat Jun 20, 2009 1:40 pm
- Forum: Beginners Help
- Topic: IrrEdit Lights
- Replies: 1
- Views: 258
- Fri Jun 19, 2009 3:27 pm
- Forum: Project Announcements
- Topic: IrrODE - an Irrlicht - ODE wrapper (now with SVN)
- Replies: 561
- Views: 196738
- Fri Jun 12, 2009 3:23 pm
- Forum: Beginners Help
- Topic: Open Another Device on Button Click
- Replies: 3
- Views: 244
- 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 ...
This is my current class
class MyEventReceiver : public IEventReceiver
{
public:
MyEventReceiver(SAppContext & context) : Context(context) { }
bool OnEvent(const SEvent ...