
OpenGL
MrLeoLi
每天进步一点点
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
一起来学OpenGL-1.Introduction
自己尝试记录学习过程和笔记,中间过夹杂在引擎中(Unity,Unreal)的理解。学习最好先了解一下C++,本人也只是自学了一段时间的C++。学习OpenGL的原因也只是因为在开发游戏中,最重要的两个核心:逻辑和渲染(Logic,Rendering),希望能够对渲染能够理解的更多一些,检验对OpenGL的理解是按最终的例子做一个游戏来检测。 教程选择: c++教程: www...原创 2018-07-13 11:22:39 · 304 阅读 · 0 评论 -
Generalized Perspective Projection
Generalized Perspective Projection Copyright © 2008–2013 — Robert KooimaIntroduction Perspective projection is a well-understood aspect of 3D graphics. It is not something that 3D programmers spen...原创 2018-07-19 14:13:00 · 672 阅读 · 0 评论 -
一起来学OpenGL-2.Getting started-1.OpenGL
OpenGL英文:https://learnopengl.com/Getting-started/OpenGL 中文:https://learnopengl-cn.github.io/01%20Getting%20started/01%20OpenGL/ OpenGL一般被认为是 一个API,但OpenGL本身并不是API,OpenGL本身并不是一个API,它仅仅是一个由Khrono...原创 2018-07-13 13:13:15 · 289 阅读 · 0 评论 -
一起来学OpenGL-2.Getting started-2.Creating a window
Creating a window英文: https://learnopengl.com/Getting-started/Creating-a-window 中文: https://learnopenglcn.github.io/01%20Getting%20started/02%20Creating%20a%20window/ 在我们画出出色的效果之前,首先要做的就是创建一个O...原创 2018-07-13 16:29:52 · 249 阅读 · 0 评论 -
一起来学OpenGL-2.Getting started-3.Hello Window
Hello WindowGLFW API:http://www.glfw.org/docs/3.3/group__init.html 英文: https://learnopengl.com/Getting-started/Hello-Window 中文: https://learnopengl-cn.github.io/01%20Getting%20started/03%20Hello...原创 2018-07-13 17:30:12 · 474 阅读 · 0 评论