
OpenGL
明灵暗尘
这个作者很懒,什么都没留下…
展开
-
OpenGL | Learn From Basic Examples - IndexBuffer-Uniforms
CatalogueExample 1 - Index Buffer1.1 Source Code1.2 Notes Example 1 - Index Buffer Reuse existing vertices. 重用缓冲区的顶点 1.1 Source Code // 顶点信息 float positions[] = { 0.0f, 1.0f, // 0 0.5f, 0.0f, // 1 -0.5f, 0.0f, // 2 0.0f,-1.0f // 3原创 2020-07-30 09:29:42 · 231 阅读 · 0 评论 -
OpenGL | Learn From Basic Examples - BasicShader
CatalogueBasic Knowledge1.1 OpenGL is a specification (API) or a library?1.2 OpenGL pipeline1.3 What's the difference between glfw, glew and glutDevelopment Environment1.1 Visual Studio1.2 OpenGL dependency libraries (e.g. glfw etc.)ResourceExample 1 - Cre原创 2020-07-16 14:08:24 · 910 阅读 · 2 评论 -
OpenGL
一、主要流程:变换\投影->光栅化->着色->纹理贴图->混合二、配置:附:【修改VS默认属性表】:http://blog.youkuaiyun.com/windows_nt/article/details/12676085相关库: glu:【OpenGL Utility Library】实用库 glut:【OpenGL Utility Toolkit】实用工具箱 glTools:包含用于操作矩阵和向量的3D原创 2017-04-13 09:31:45 · 471 阅读 · 0 评论