Tagged Questions

3
votes
2answers
1k views

Coordinate Transformation C++

I have a webcam pointed at a table at a slant and with it I track markers. I have a transformationMatrix in OpenSceneGraph and its translation part contains the relative coordinates from the tracked ...
0
votes
0answers
29 views

OpenSceneGraph View Matrix Need Explanation

I have been Googling for the past hour trying to simply find an explanation of the camera view matrix in open scene graph. I currently have the code: viewer.getCamera()->setViewMatrix(); I know ...