摘要:
-Twinsen编写 -本人水平有限,疏忽错误在所难免,还请各位数学高手、编程高手不吝赐教 -email: popyy@netease.com 透视投影是3D固定流水线的重要组成部分,是将相机空间中的点从视锥体(frustum)变换到规则观察体(Canonical View Volume)中,待裁剪完毕后进行透视除法的行为。在算法中它是通过透视矩阵乘法和透视除法两步完成的。 透... 阅读全文
摘要:
http://paulbourke.net/miscellaneous/stereographics/stereorender/ Introduction The following discusses computer based generation of stereo pairs as used to create a perception of depth. Such depth... 阅读全文
摘要:
http://hi.baidu.com/twjblog/blog/item/1bc6e71f6ec638148718bf1a.html 1.下载CEGUI0.7.1 2.下载CEGUI0.7.1的依赖库 (以上两个我们可以在CEGUI官网下载,http://www.cegui.org.uk/wiki/index.php/Main_Page) 3.解压CEGUI,例如我们解压到F:\C... 阅读全文
摘要:
http://hi.baidu.com/janxhuilk/blog/item/6b041b66d534b53eaa184c52.html Ogre真的很强大,它为使用者提供了类似: mWindow->getCustomAttribute("D3DDEVICE", &m_pD3dDevice); assert( m_pD3dDevice ); 的方法让开发人员方便直... 阅读全文