Search found 17 matches
- Wed Jul 02, 2008 2:44 am
- Forum: Beginners Help
- Topic: octree and shadows
- Replies: 5
- Views: 750
- Sat Jun 28, 2008 8:34 am
- Forum: Beginners Help
- Topic: octree and shadows
- Replies: 5
- Views: 750
- Fri Jun 27, 2008 3:20 pm
- Forum: Beginners Help
- Topic: octree and shadows
- Replies: 5
- Views: 750
- Fri Jun 27, 2008 2:14 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: PhysX (v2.7.3) & Irrlicht (v1.4)
- Replies: 32
- Views: 25554
Physix is now the property of NVidia
- Fri Jun 27, 2008 7:54 am
- Forum: Beginners Help
- Topic: octree and shadows
- Replies: 5
- Views: 750
octree and shadows
Hi,
Int the specialFX tutorial there is this :
IAnimatedMeshSceneNode* anode = 0;
anode->addShadowVolumeSceneNode();
smgr->setShadowColor(video::SColor(220,0,0,0));
but I'm using Octtree with this tutorial by ChristianClavet.
The collision function use ISceneNode instead of ...
Int the specialFX tutorial there is this :
IAnimatedMeshSceneNode* anode = 0;
anode->addShadowVolumeSceneNode();
smgr->setShadowColor(video::SColor(220,0,0,0));
but I'm using Octtree with this tutorial by ChristianClavet.
The collision function use ISceneNode instead of ...
- Thu Jun 26, 2008 8:27 am
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Free Flight (space flight) functions
- Replies: 64
- Views: 84841
- Wed Jun 25, 2008 12:43 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Free Flight (space flight) functions
- Replies: 64
- Views: 84841
- Mon Jun 23, 2008 10:21 pm
- Forum: Beginners Help
- Topic: attached camera don't move
- Replies: 12
- Views: 1047
- Mon Jun 23, 2008 8:23 am
- Forum: Beginners Help
- Topic: attached camera don't move
- Replies: 12
- Views: 1047
- Fri Jun 20, 2008 8:00 am
- Forum: Beginners Help
- Topic: attached camera don't move
- Replies: 12
- Views: 1047
- Wed Jun 11, 2008 8:01 am
- Forum: Beginners Help
- Topic: attached camera don't move
- Replies: 12
- Views: 1047
- Tue Jun 10, 2008 8:28 pm
- Forum: Beginners Help
- Topic: attached camera don't move
- Replies: 12
- Views: 1047
- Mon Jun 09, 2008 7:58 am
- Forum: Beginners Help
- Topic: attached camera don't move
- Replies: 12
- Views: 1047
- Sun Jun 08, 2008 6:49 pm
- Forum: Beginners Help
- Topic: attached camera don't move
- Replies: 12
- Views: 1047
- Sun Jun 08, 2008 2:21 pm
- Forum: Beginners Help
- Topic: attached camera don't move
- Replies: 12
- Views: 1047
attached camera don't move
Hi,
I create a camera attached to it's parent, a scenenode.
When I move the scene node the camera don't follow :
device->getSceneManager()->addCameraSceneNode(Game->player);
and
core::vector3df v = Game->player->getPosition();
if(keys[KEY_KEY_Z]){v.X += 1.0f;}
if(keys[KEY_KEY_S]){v.X -= 1 ...
I create a camera attached to it's parent, a scenenode.
When I move the scene node the camera don't follow :
device->getSceneManager()->addCameraSceneNode(Game->player);
and
core::vector3df v = Game->player->getPosition();
if(keys[KEY_KEY_Z]){v.X += 1.0f;}
if(keys[KEY_KEY_S]){v.X -= 1 ...