Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
5answers
455 views

Determining camera location from 3 known points

I'm new here - so please bear with me if I make a faux pas! My question is, is there a good algorithm for determining the 3d location and orientation of a camera based on where 3 (or more) known 3d ...
2
votes
2answers
2k views

Will this cause gimbal-lock?

I making a very simple 3d scene, having 5 points in world coordinates. I'd like to navigate across the scene so I'm defining a camera with both an UP and OUT vector. With this information I generate a ...
1
vote
2answers
1k views

OpenGL: creating my own camera

I'm trying to create a camera to move around a 3d space and am having some problems setting it up. I'm doing this is Java, and apparently using gluPerspective and gluLookAt together creates a conflict ...
1
vote
1answer
688 views

Glut glLoadMatrixf camera equivalent

In my glut application I'm simulating a plane with the camera. When the planes speed is low I intend to have the nose start to point towards the ground as the camera falls. My first instinct was to ...
1
vote
4answers
818 views

3d Camera Position given some points

Heyo, I'm currently working on a project where I need to place the camera such that the full motion of a character would be viewable without moving the camera. I have the position where the character ...
0
votes
0answers
330 views

First Person Movement with Matrix3D in AS3

I'm trying to build a first person camera for the new Molehill API's. I'm using the Matrix3D class. I got some basic movement done pretty quickly, just using appendTranslation function. After that I ...