|
You are here |
www.opengl-tutorial.org | ||
| | | | |
jamie-wong.com
|
|
| | | | | One of the techniques used in many demo scenes is called ray marching. This algorithm, used in combination with a special kind of function called | |
| | | | |
jeskin.net
|
|
| | | | | [AI summary] This blog post explains the concept of model, view, and projection matrices in 3D graphics rendering, detailing their roles in transforming 3D objects to 2D screen space and providing examples of their implementation in OpenGL ES. | |
| | | | |
tayfunkayhan.wordpress.com
|
|
| | | | | Code for this part can be found here. Go 3D! InPart I: Hello, Triangle!, we rendered a two-dimensional triangle defined in normalized device coordinates-space [-1, 1] directly. As simple as they can get, it was already perfect for projecting to our two-dimensional screen. Before we get into adding a third dimension to our virtual world,... | |
| | | | |
morad.in
|
|
| | | Foreword After my previous articles I started looking for another game to dive into and I ran into the demo version of Shadows of the Tomb Raider. I thought the rendering of this game is probably already really interesting but with the recent patch to enable raytraced shadows it made it an even better target. [...] | ||