|
You are here |
www.miaumiau.cat | ||
| | | | |
webglfundamentals.org
|
|
| | | | | What's a shader and what's GLSL | |
| | | | |
blog.42yeah.is
|
|
| | | | | [AI summary] A detailed explanation of Marching Squares and Marching Cubes algorithms for generating contours and 3D meshes from implicit functions. | |
| | | | |
varun.ca
|
|
| | | | | When building a 3D scene using libraries such as Three.js we generally use meshes. You define a geometry attach some material to it to... | |
| | | | |
0fps.net
|
|
| | | Large voxel terrains may contain millions of polygons. Rendering such terrains at a uniform scale is both inefficient and can lead to aliasing of distant objects. As a result, many game engines choose to implement some form of level of detail based rendering, so that distant terrain is rendered with less geometry. http://www.youtube.com/watch?v=4S1sYUHV20s In this... | ||