Search found 3 matches

by esmanical
Wed May 11, 2005 2:43 pm
Forum: Beginners Help
Topic: camera manipulation
Replies: 3
Views: 310

I think that U can't set position of Maya camera as with FPS camera, and rotation is definitivly not working, try with:

camera->setTarget(core::vector3df("some coordinates"));

greetz
by esmanical
Tue May 10, 2005 1:21 pm
Forum: Beginners Help
Topic: 2 camera problem
Replies: 2
Views: 226

No, I changed the code like this:

camera2->setTarget(EmptyNode->getAbsolutePosition());

and this EmptyNode is actually where my camera is looking at, and its allways there so... sthank you, Anyone?
by esmanical
Sun May 08, 2005 1:43 pm
Forum: Beginners Help
Topic: 2 camera problem
Replies: 2
Views: 226

2 camera problem

I'm having problem with this demo I'm working on. I have 2 cameras, one is : camera2 = sm->addCameraSceneNodeFPS(0, 100.0f, 600.0f, -1, keyMap, 8 ); and the other one is: camera = smgr->addCameraSceneNode(BackNode,core::vector3df(0, 100, 0), core::vector3df(0, 0, -1)); During the game camera is folo...