Search found 20 matches
- Fri Mar 10, 2006 10:40 am
- Forum: Beginners Help
- Topic: How to Create programmatically a Mesh
- Replies: 3
- Views: 355
- Thu Mar 09, 2006 11:09 am
- Forum: Beginners Help
- Topic: how to model a tree and export to irrlicht??
- Replies: 7
- Views: 386
- Thu Mar 09, 2006 10:55 am
- Forum: Beginners Help
- Topic: scene node created in class MyEventReceiver not displayed!
- Replies: 13
- Views: 584
- Wed Mar 08, 2006 12:15 pm
- Forum: Beginners Help
- Topic: collision does not work with complicated mesh. Please help!
- Replies: 0
- Views: 145
collision does not work with complicated mesh. Please help!
Hi, I'm tring to do collision response in a room. It works perfectly importing some cube's models I made, but importing this palm model of a human hand it has a strange behaviour: when I try to collide with it I can't go trought it (and this it's good) but I can't go away from the node! Just to unde...
- Mon Mar 06, 2006 10:27 am
- Forum: Beginners Help
- Topic: scene node created in class MyEventReceiver not displayed!
- Replies: 13
- Views: 584
- Thu Mar 02, 2006 11:18 am
- Forum: Beginners Help
- Topic: scene node created in class MyEventReceiver not displayed!
- Replies: 13
- Views: 584
- Thu Mar 02, 2006 11:05 am
- Forum: Beginners Help
- Topic: newbie question: problem loading texture
- Replies: 0
- Views: 124
newbie question: problem loading texture
Hi everybody, I'm trying to create a human and model by my own. I created it in 3ds format and now I'm trying to texture it but I have some problems: At first I tried to texture only hand's palm as test, and when I applied texture to my model I saw a texture that was not the original taxture, but a ...
- Wed Mar 01, 2006 11:16 am
- Forum: Beginners Help
- Topic: scene node created in class MyEventReceiver not displayed!
- Replies: 13
- Views: 584
first of all sorry for my late reply.
@vitek: on this topic, what is as the second argument of setTransform method you suggest to use? At what i have to set it?
@vitek: on this topic, what is
Code: Select all
matrix()
- Tue Feb 21, 2006 10:51 am
- Forum: Beginners Help
- Topic: scene node created in class MyEventReceiver not displayed!
- Replies: 13
- Views: 584
- Tue Feb 21, 2006 9:38 am
- Forum: Beginners Help
- Topic: scene node created in class MyEventReceiver not displayed!
- Replies: 13
- Views: 584
- Tue Feb 21, 2006 9:21 am
- Forum: Beginners Help
- Topic: scene node created in class MyEventReceiver not displayed!
- Replies: 13
- Views: 584
scene node created in class MyEventReceiver not displayed!
Hi everybody, this is my problem: I inizialize scenemanager, driver and device in main method as follow: device = createDevice(video::EDT_OPENGL, core::dimension2d<s32>(800, 600),16, false, false, false); driver = device->getVideoDriver(); smgr = device->getSceneManager(); MyEventReceiver receiver; ...
- Wed Feb 15, 2006 10:02 am
- Forum: Beginners Help
- Topic: how to copy a scenenode?
- Replies: 16
- Views: 738
- Tue Feb 14, 2006 3:18 pm
- Forum: Beginners Help
- Topic: how to copy a scenenode?
- Replies: 16
- Views: 738
well I did this job because at first I had the model I need in VRML format, not supported in irrlicht. So I converted it in 3ds format using 3dstudiomax and then I imported each part of it in order to preserve its articulated feature... I didn't try to export VRML model in X format, I haven't 3dsstu...
- Tue Feb 14, 2006 2:54 pm
- Forum: Beginners Help
- Topic: how to copy a scenenode?
- Replies: 16
- Views: 738
Ok I try to explain better what I have to realize: I have to create an articulated human hand model and i have to move each part of it (each finger bone I mean). I've created the model I need importing a 3ds model. In particular I've imported each finger bone of the hand and then I've created the ha...
- Tue Feb 14, 2006 2:09 pm
- Forum: Beginners Help
- Topic: how to copy a scenenode?
- Replies: 16
- Views: 738