Tag Archive for 'camera'

Papervision3D Camera3D unprojectMatrix function

During my studies in 3D Mathematics, I have mostly found that projection is achieved with a view frustum described as a matrix which involves variables near/far plane. This isn’t how projection in papervision is done by default, so, this set me on to a new path for unprojecting coordinates. This new path uses the perspective matrix.
Continue reading ‘Papervision3D Camera3D unprojectMatrix function’