#computer-graphics
Read more stories on Hashnode
Articles with this tag
One commonly employed object in ray tracing is the sphere due to its straightforward ray intersection calculations. Ray-Sphere Intersection For a...
PPM Image Format The PPM (or Portable Pix Map) image format is encoded in human-readable text. Below is a brief synopsis of the format which will aid...
Introduction Ray tracing is a powerful technique used in computer graphics to create highly realistic images by simulating the behavior of light. It...