Morozov-5F / raytracing-weekend

Simple path rendered written in modern C. Based on first book from https://github.com/RayTracing/raytracing.github.io
BSD 3-Clause "New" or "Revised" License
20 stars 0 forks source link

Figure out the new naming for `hittable` #9

Open Morozov-5F opened 3 years ago

Morozov-5F commented 3 years ago

Need to come up with new naming for hittables as it doesn't seem entirely right for me. May have a look at pbrt and see how they call similar entities there.

Morozov-5F commented 3 years ago

They call it 'shape', sounds really good to me.