MedicalVisualization
Billboards With 2D Texturing
← 2DTexturMipmaps | ● | 3D Textures →
A common example of simple 2D texturing are the so called bill boards: proxy-geometry for complex geometry.
OpenGL Redbook
Hint: Alpha test is used to discard transparent fragments of the bill board.
Live Demo: Bill-Board Texturing (T#18)
← 2DTexturMipmaps | ● | 3D Textures →