Tagged Questions
3
votes
2answers
768 views
How to fix issue with my 3D first person camera? [closed]
My camera moves and rotates, but relative to the worlds origin, instead of the players. I am having difficulty rotating the camera and then translating the camera in the direction relative to the ...
6
votes
2answers
812 views
What would be a good game making engine supporting Vector images?
I want to create a simple platforming game, in which you are a square in a wonderful world. I would like this game to be able to be played in browsers. Basically I am searching for something similar ...
1
vote
0answers
116 views
Issues with Spherical Coords and gluLookAt
I am currently developing a game set in a planet(A sphere), in which my camera mostly works though some issues arise from this method: ...
2
votes
1answer
296 views
Does PushButton Game Engine have the notion of a Camera?
I am playing around a bit with the PushButton Engine for game development in Flash and have come across a need for a Camera like the Camera that follows Mario in Mario Games. Flashpunk has a nice ...
4
votes
1answer
306 views
Handling cameras in a large scale game engine
What is the correct, or most elegant, way to manage cameras in large game engines? Or should I ask, how does everybody else do it?
The methods I can think of are:
Binding cameras straight to the ...