Explore >> Select a destination


You are here

www.willusher.io
| | nelari.us
11.6 parsecs away

Travel
| | A simple test case measures how much of a boost can be obtained with hardware accelerated raytracing on Apple Silicon.
| | puye.blog
10.3 parsecs away

Travel
| | Let's provide a concise overview of ray tracing. We won't delve into subjects like Monte Carlo and stratified sampling, PBRT, BRDF, rendering equations, denoising techniques, or intricate SDF concepts. In essence, we'll stick to the fundamentals.
| | tayfunkayhan.wordpress.com
12.4 parsecs away

Travel
| | Ever since I came across Tom Verbeure's impressive project in which he's implemented a real-time Whitted ray tracer on an FPGA, I had a burning desire to have a crack at something similar while adding a thing or two new on top of the idea. Thus was born the next project idea of mine: implementing...
| | 0fps.net
95.3 parsecs away

Travel
| Large voxel terrains may contain millions of polygons. Rendering such terrains at a uniform scale is both inefficient and can lead to aliasing of distant objects. As a result, many game engines choose to implement some form of level of detail based rendering, so that distant terrain is rendered with less geometry. http://www.youtube.com/watch?v=4S1sYUHV20s In this...