OpenGL
KirogiYi
你的价值不是别人决定的,而是在夜深人静的时候,扪心自问,你活着的价值是什么?
展开
-
OpenGL几何变换详解
转载至:http://www.cnblogs.com/graphics/archive/2012/08/08/2609005.html几何变换详解在三维图形学中,几何变换大致分为三种,平移变换(Translation),缩放变换(Scaling),旋转变换(Rotation)。以下讨论皆针对DirectX,所以使用左手坐标系。平移变换将三维空间中的一个点[x, y,转载 2017-01-16 17:32:45 · 886 阅读 · 0 评论 -
opengles绘制圆锥体(光照+纹理)
转自:http://blog.csdn.net/hb707934728/article/details/52470649效果图圆面的绘制[java] view plain copypackage test.com.opengles8_2; /** * Create转载 2017-02-16 15:09:07 · 833 阅读 · 0 评论 -
opengles绘制圆柱体(光照+纹理)
转自:http://blog.csdn.net/hb707934728/article/details/52439920先看效果图圆面的绘制:[java] view plain copypackage test.com.opengles8_1; import转载 2017-02-16 15:10:56 · 1801 阅读 · 1 评论 -
OpenGL图像缩放的不同插值类型
Translated from:https://www.codeproject.com/articles/236394/bi-cubic-and-bi-linear-interpolation-with-glslZoom An Image With Different Interpolation TypesIn OpenGL, we can display a texture to转载 2017-02-22 19:36:49 · 3008 阅读 · 0 评论 -
OpenGL鱼眼球面投影
Translated from:http://www.uwgb.edu/dutchs/structge/sphproj.htmSpherical ProjectionsSteven Dutch, Natural and Applied Sciences, University of Wisconsin - Green BayFirst-time Visitors: Please转载 2017-02-24 11:05:36 · 3404 阅读 · 0 评论