Currently supported mesh file formats:
3D Studio meshes (.3ds)
Milkshape (.ms3d)
Alias Wavefront Maya (.obj)
Quake 3 levels (.bsp)
Quake 2 models (.md2)
Microsoft DirectX (.x)
Just klick on the Button with the name "Features" on irrlicht.sourceforge.net
There u can see it.
Search found 4 matches
- Wed Jun 23, 2004 2:42 pm
- Forum: Beginners Help
- Topic: .3DS convert
- Replies: 11
- Views: 836
- Mon Jun 21, 2004 7:30 pm
- Forum: Beginners Help
- Topic: Problem with EventReceiver
- Replies: 4
- Views: 439
- Mon Jun 21, 2004 6:01 pm
- Forum: Beginners Help
- Topic: Problem with EventReceiver
- Replies: 4
- Views: 439
- Mon Jun 21, 2004 4:09 pm
- Forum: Beginners Help
- Topic: Problem with EventReceiver
- Replies: 4
- Views: 439
Problem with EventReceiver
Hi all,
I have a problem with my event receiver. When im not add the Receiver to the Create Device function the error dont come. So i think its the Receiver function.
Here the code for the Receiver Function:
class InputReceiver : public IEventReceiver
{
public:
virtual bool OnEvent(SEvent event ...
I have a problem with my event receiver. When im not add the Receiver to the Create Device function the error dont come. So i think its the Receiver function.
Here the code for the Receiver Function:
class InputReceiver : public IEventReceiver
{
public:
virtual bool OnEvent(SEvent event ...