Skip to content

Commit 8e18f14

Browse files
authored
added basic rendering / render loop (#47)
1 parent 8fd5999 commit 8e18f14

20 files changed

Lines changed: 6738 additions & 246 deletions

cuda/kernel.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ extern "C" __global__ void __raygen__main()
3333
ray.tmax,
3434
0.0f,
3535
OptixVisibilityMask( 1 ),
36-
OPTIX_RAY_FLAG_NONE,
36+
OPTIX_RAY_FLAG_CULL_BACK_FACING_TRIANGLES,
3737
RAY_TYPE_RADIANCE,
3838
RAY_TYPE_COUNT,
3939
RAY_TYPE_RADIANCE,

0 commit comments

Comments
 (0)