Tuesday, March 27, 2007

online siggraph presentation videos

2003-2006 siggraph presentation videos are online available at http://encore.siggraph.org/menu.asp. It's great! I find the courses presentations are very useful for graphics people.

Friday, March 09, 2007

Wedge

Recently I came across to the mesh library "vcg"(browse source , project page) developed by Visualization and Computer Graphics Lib in Italy. In one of the header file, I saw the term "wedge". Then I looked up in wikipedia and didn't find this term pertaining to computer graphics. After a short while googling, I found that this was originally described in the following paper.

Hugues Hoppe. Efficient implementation of progressive meshes. Computers and Graphics 22, 1 (1998), 27–36.

The main purpose of wedge is to allow represent discontinuities of material attributes on a mesh, as illustrated on the above image taken from the paper.