Search found 7 matches
- Fri Apr 23, 2010 12:37 pm
- Forum: Open Discussion and Dev Announcements
- Topic: What are the plans for Irrlicht 1.8 and further?
- Replies: 264
- Views: 76227
- Fri Apr 23, 2010 12:32 pm
- Forum: Open Discussion and Dev Announcements
- Topic: Pimp irrlicht website
- Replies: 114
- Views: 40940
- Sun Apr 18, 2010 4:03 pm
- Forum: Beginners Help
- Topic: Questions whit a single node and several meshes [SOLVED]
- Replies: 3
- Views: 357
- Sun Apr 18, 2010 3:09 pm
- Forum: Beginners Help
- Topic: Questions whit a single node and several meshes [SOLVED]
- Replies: 3
- Views: 357
Questions whit a single node and several meshes [SOLVED]
Hi, all.
I have a node with two meshes:
IAnimatedMeshSceneNode* stuff;
...
...
stuff = MyScene->addAnimatedMeshSceneNode("mesh_a.x", 0, 0, vector3df(-500, 0, 50), vector3df(500, 80, 20));
stuff = MyScene->addAnimatedMeshSceneNode("mesh_b.x", 0, 1, vector3df(-500, 0, 50), vector3df(1200, 80, 20 ...
I have a node with two meshes:
IAnimatedMeshSceneNode* stuff;
...
...
stuff = MyScene->addAnimatedMeshSceneNode("mesh_a.x", 0, 0, vector3df(-500, 0, 50), vector3df(500, 80, 20));
stuff = MyScene->addAnimatedMeshSceneNode("mesh_b.x", 0, 1, vector3df(-500, 0, 50), vector3df(1200, 80, 20 ...
- Sat Apr 10, 2010 10:55 pm
- Forum: Beginners Help
- Topic: Trouble about node - fog [ SOLVED ]
- Replies: 5
- Views: 648
- Sat Apr 10, 2010 7:29 pm
- Forum: Beginners Help
- Topic: Trouble about node - fog [ SOLVED ]
- Replies: 5
- Views: 648
- Sat Apr 10, 2010 1:35 pm
- Forum: Beginners Help
- Topic: Trouble about node - fog [ SOLVED ]
- Replies: 5
- Views: 648
Trouble about node - fog [ SOLVED ]
Hi, first that all excuseme for maybe this "noob question".
Now in my Irrlicht's scene i have set one mesh in a node with fog effect... it's works.
So, but when i try to set in the same node another mesh, only this mesh is affected for the fog, the first mesh now is unaffected, why???? . I did try ...
Now in my Irrlicht's scene i have set one mesh in a node with fog effect... it's works.
So, but when i try to set in the same node another mesh, only this mesh is affected for the fog, the first mesh now is unaffected, why???? . I did try ...