That video is a very good example except i do want it with the keyboard
So what is happening is the camera's look at is being controlled by the mouse and that is all fine and done, all working good and don't need to touch it.
The problem is moving the position of the camera.
What i would like to ...
Search found 12 matches
- Tue Nov 11, 2008 11:16 pm
- Forum: Advanced Help
- Topic: Rotating around an arbitrary axis
- Replies: 22
- Views: 7048
- Mon Nov 03, 2008 1:57 am
- Forum: Advanced Help
- Topic: Rotating around an arbitrary axis
- Replies: 22
- Views: 7048
- Wed Oct 22, 2008 1:08 am
- Forum: Advanced Help
- Topic: Rotating around an arbitrary axis
- Replies: 22
- Views: 7048
- Tue Oct 21, 2008 9:22 am
- Forum: Advanced Help
- Topic: Rotating around an arbitrary axis
- Replies: 22
- Views: 7048
- Tue Oct 21, 2008 5:28 am
- Forum: Advanced Help
- Topic: Rotating around an arbitrary axis
- Replies: 22
- Views: 7048
- Mon Oct 20, 2008 11:47 pm
- Forum: Advanced Help
- Topic: Rotating around an arbitrary axis
- Replies: 22
- Views: 7048
Rotating around an arbitrary axis
So what i want is for the camera to rotate a full 360 degrees completely around the origin in the game.
the problem i was having with doing it by the camera rotation based of a parent dummy node was the gimble lock it would get at the top.
to combat this, i decided to leave the camera at the ...
the problem i was having with doing it by the camera rotation based of a parent dummy node was the gimble lock it would get at the top.
to combat this, i decided to leave the camera at the ...
- Fri Oct 03, 2008 10:34 pm
- Forum: Beginners Help
- Topic: animated .X Files help
- Replies: 3
- Views: 601
thanks
Thanks Frosty
That did exactly what we needed it to do and now we have ANIMATION YAY!!!
Thanks for the prompt reply
That did exactly what we needed it to do and now we have ANIMATION YAY!!!
Thanks for the prompt reply
- Fri Oct 03, 2008 5:08 pm
- Forum: Beginners Help
- Topic: animated .X Files help
- Replies: 3
- Views: 601
animated .X Files help
hello everyone
Currently working on a game and we are using the .X files, we are currently trying to use the normal animation
setframeloop and setanimationspeed but to no avail,
can someone please help us here
this->mesh = pEngine->GetSmgr()->getMesh("./Resources/Meshes/SpaceBee.X");
this ...
Currently working on a game and we are using the .X files, we are currently trying to use the normal animation
setframeloop and setanimationspeed but to no avail,
can someone please help us here
this->mesh = pEngine->GetSmgr()->getMesh("./Resources/Meshes/SpaceBee.X");
this ...
- Sat Sep 13, 2008 6:18 am
- Forum: Beginners Help
- Topic: tutorial 3 not working
- Replies: 9
- Views: 1094
have gone though it line by line with the example and fixed the abstract class, it was because an o was a capital instead of lowercase
The rest of the errors have something to do with the scenemanager in the render() function.
for some reason it is being classed as an undecleared identifier and so ...
The rest of the errors have something to do with the scenemanager in the render() function.
for some reason it is being classed as an undecleared identifier and so ...
- Sat Sep 13, 2008 5:53 am
- Forum: Beginners Help
- Topic: tutorial 3 not working
- Replies: 9
- Views: 1094
- Fri Sep 12, 2008 11:05 pm
- Forum: Beginners Help
- Topic: tutorial 3 not working
- Replies: 9
- Views: 1094
Code and errors
so this is the code and it looks identical to the example code that is in the file as far as i can see. I tried to run the example code and it does work so i can't understand what i am doing wrong.
i did use the tutorial of the main website but if there is a better place to get the tutorials from ...
i did use the tutorial of the main website but if there is a better place to get the tutorials from ...
- Fri Sep 12, 2008 2:00 pm
- Forum: Beginners Help
- Topic: tutorial 3 not working
- Replies: 9
- Views: 1094
tutorial 3 not working
hello everyone
The 3rd tutorial for some reason is not working for me and i can't find any forum questions for it.
i have typed it out exactly like it is done in the tutorial but when i try to compile it i get over 20 errors most being towards the render virtual function because the scene manager ...
The 3rd tutorial for some reason is not working for me and i can't find any forum questions for it.
i have typed it out exactly like it is done in the tutorial but when i try to compile it i get over 20 errors most being towards the render virtual function because the scene manager ...