bluenoise-raytracer/ray_tracing_gltf/shaders
2020-12-14 17:11:22 +01:00
..
binding.glsl New example, loading glTF scenes instead of individual OBJ. Showing simple path tracing and how to make it 3x faster. 2020-06-22 15:41:27 +02:00
frag_shader.frag Using local Gltf structure 2020-12-14 17:11:22 +01:00
gltf.glsl Using local Gltf structure 2020-12-14 17:11:22 +01:00
passthrough.vert New example, loading glTF scenes instead of individual OBJ. Showing simple path tracing and how to make it 3x faster. 2020-06-22 15:41:27 +02:00
pathtrace.rchit Using local Gltf structure 2020-12-14 17:11:22 +01:00
pathtrace.rgen New example, loading glTF scenes instead of individual OBJ. Showing simple path tracing and how to make it 3x faster. 2020-06-22 15:41:27 +02:00
pathtrace.rmiss New example, loading glTF scenes instead of individual OBJ. Showing simple path tracing and how to make it 3x faster. 2020-06-22 15:41:27 +02:00
post.frag New example, loading glTF scenes instead of individual OBJ. Showing simple path tracing and how to make it 3x faster. 2020-06-22 15:41:27 +02:00
raycommon.glsl New example, loading glTF scenes instead of individual OBJ. Showing simple path tracing and how to make it 3x faster. 2020-06-22 15:41:27 +02:00
raytrace.rchit Using local Gltf structure 2020-12-14 17:11:22 +01:00
raytrace.rgen New example, loading glTF scenes instead of individual OBJ. Showing simple path tracing and how to make it 3x faster. 2020-06-22 15:41:27 +02:00
raytrace.rmiss New example, loading glTF scenes instead of individual OBJ. Showing simple path tracing and how to make it 3x faster. 2020-06-22 15:41:27 +02:00
raytraceShadow.rmiss New example, loading glTF scenes instead of individual OBJ. Showing simple path tracing and how to make it 3x faster. 2020-06-22 15:41:27 +02:00
sampling.glsl New example, loading glTF scenes instead of individual OBJ. Showing simple path tracing and how to make it 3x faster. 2020-06-22 15:41:27 +02:00
vert_shader.vert New example, loading glTF scenes instead of individual OBJ. Showing simple path tracing and how to make it 3x faster. 2020-06-22 15:41:27 +02:00