Skip to content

🔊BroadCast⚓︎

Thoughts, interests, brain storms, learning... All the blog article posts will start from the topic shown in this section.

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."