↧
GPU Raycasting Tutorial
The famous Stanford dragon rendered using GPU raycasting. This post will try to explain how to implement a GPU based raycasting render, using open GL and Nvidia’s CG. This tutorial assumes some...
View ArticleRay marching smoke
Nice real-time smoke visualization, rendered by our CUDA tracer including a clear sky model. The smoke dataset was delivered by Michael Bang and Brian Bunch Christensen from the Department of Computer...
View ArticleReal-time volume rendering sandbox using GLSL
As part of an ongoing research project we decided to see how far we could push real-time volume rendering using only GLSL shaders. The video shown here demonstrates some of the supported features such...
View Article