/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jamesgregson.blogspot.com
| | 0fps.net
8.5 parsecs away

Travel
| | 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...
| | www.boristhebrave.com
2.2 parsecs away

Travel
| | How to create a sharp mesh from a function without even trying In part 1 and part 2 of the series, we looked at the Marching Cubes algorithm, and how it can turn any function into a grid based mesh...
| | blog.brucemerry.org.za
8.0 parsecs away

Travel
| | While this problem wasn't too conceptually difficult, it requires a lot of code (my solution is about 400 lines), and careful implementati...
| | jamie-wong.com
14.8 parsecs away

Travel
| [AI summary] The author explains how to render metaballs using WebGL by leveraging the GPU for parallel pixel computation through the OpenGL programmable pipeline.