I'm having a lot of trouble to understand the Tutorial 4. Movement, that describes the use of Event Receiver.
Can any help me with one single concept on HOW-IT-WORKS ?
I need to create a class to handle all events and "register" it on createDevice...ok, but it don't work for me.
Any type of ...
Search found 7 matches
- Sun Feb 01, 2004 7:33 pm
- Forum: Beginners Help
- Topic: Event Receiver, need basic concepts
- Replies: 2
- Views: 449
- Sat Jan 24, 2004 10:07 pm
- Forum: Beginners Help
- Topic: Dynamic text with getGUIEnvironment()->getFont()
- Replies: 2
- Views: 644
- Sat Jan 24, 2004 9:27 pm
- Forum: Beginners Help
- Topic: Dynamic text with getGUIEnvironment()->getFont()
- Replies: 2
- Views: 644
Dynamic text with getGUIEnvironment()->getFont()
Very beginner question:
Now my code is:
// Console Begin
s32 fps;
fps = driver->getFPS();
driver->draw2DRectangle(SColor(100,0,0,0),rect<s32>(0,565,800,600));
font->draw(L"This is some text.", // Text
rect<s32>(0,565,800,600), // Position
SColor(100,255,255,255) // Color
);
// Console End ...
Now my code is:
// Console Begin
s32 fps;
fps = driver->getFPS();
driver->draw2DRectangle(SColor(100,0,0,0),rect<s32>(0,565,800,600));
font->draw(L"This is some text.", // Text
rect<s32>(0,565,800,600), // Position
SColor(100,255,255,255) // Color
);
// Console End ...
- Sat Jan 24, 2004 6:56 pm
- Forum: Beginners Help
- Topic: Shadow on image
- Replies: 3
- Views: 662
- Sat Jan 24, 2004 6:47 pm
- Forum: Beginners Help
- Topic: Shadow on image
- Replies: 3
- Views: 662
Shadow on image
On the image http://irrlicht.sourceforge.net/images/shots/055.jpg the shadows are rendered "on-the-fly" or its on texture ?
- Mon Jan 12, 2004 8:54 pm
- Forum: Beginners Help
- Topic: Nice Engine, some questions about...
- Replies: 6
- Views: 698
- Mon Jan 12, 2004 8:36 pm
- Forum: Beginners Help
- Topic: Nice Engine, some questions about...
- Replies: 6
- Views: 698
Nice Engine, some questions about...
Hi all, I'm new to IrrLicht Engine (3 days using) and I really like this engine.
But now I've some questions, If any can help will be great!
First:
I'm using now GMax and 3D Studio Max R3 to do Modeling and Animation (with IK). I've exported my work to .3ds and loaded / UVW Mapped it into the ...
But now I've some questions, If any can help will be great!
First:
I'm using now GMax and 3D Studio Max R3 to do Modeling and Animation (with IK). I've exported my work to .3ds and loaded / UVW Mapped it into the ...