Projecting a 3D point to 2D screen space using a perspective camera matrix

前端 未结 2 1223
一个人的身影
一个人的身影 2021-01-12 09:57

I am attempting to project a series of 3D points onto the screen using a perspective camera matrix. I do not have world space (or consider it being an identity matrix) and m

2条回答
  •  失恋的感觉
    2021-01-12 10:59

    For questions such as this one I would suggest an excellent resources: http://scratchapixel.com/lessons/3d-advanced-lessons/perspective-and-orthographic-projection-matrix/ It really goes in the detail of the projection matrix. They are more lessons on the topic of camera, constructing camera rays, etc. You will need to do some digging.

提交回复
热议问题