Python Primer for the Impatient
Python Primer
for the Impatient
Lua Primer for the Impatient
Lua Primer
for the Impatient
OpenGL interpolation qualifiers (GLSL)
OpenGL interpolation
qualifiers (GLSL)
GLSL Hacker - Pixel hacking with GLSL, Lua and Python under Windows, Linux and Mac OSX
GLSL Hacker 0.5.0
 
OpenGL 4 Tessellation on Mac OS X
OpenGL 4 Tessellation
on Mac OS X
GpuTest 0.4.0 - Cross Platform OpenGL Benchmark for Windows, OS X and Linux
GpuTest 0.4.0 for Windows
Mac OS X and Linux

Posts Tagged ‘interior mapping’


Interior mapping Direct3D 10.1 Demo

Be the first to comment - What do you think?  Posted by JeGX - 2008/08/10 at 11:39

Categories: Microsoft DirectX, Programming   Tags: , , , , , , ,

Humus has released a new Direct3D demo. Interior mapping is a technique that renders the interior of buildings without requiring additional geometry. Everything is done in the pixel shader. The advantage is that when you’re rendering large cities you can draw all those buildings as simple boxes. This demo requires DirectX 10.1 and Windows Vista SP1.

Source Code and binaries: Interior Mapping Demo


-source-

Update – 2008.08.17
Demo has been updated with around 80% of performance boost.