Skip to content

2025⚓︎

Resources of Ray tracer and Path tracer

Ray tracing

Here are the useful resources about ray tracing I found today:

Path tracing

Goal of using Try-catch

"Try-catch should never replace proper control flow. Don’t use it to handle null references or check for empty lists. It’s not meant for regular logic — it’s meant for unpredictable failures like file I/O, networking, reflection, or untrusted input."