HVVR
Hierarchical visibility for VR and real time rendering of effects
HVVR (Hierarchical Visibility for Virtual Reality) is an optimized software raycaster. It implements a hybrid CPU/GPU raycaster, suited for real-time rendering of effects such as lens distortion. By default, raycaster.vcxproj is configured to build all .cu files to the compute_61,sm_61 target. If your GPU needs a different code-gen target, you can change this in the raycaster project properties. Some installations of the CUDA SDK and Visual Studio integration appear to have broken build...