2020-11-14から1日間の記事一覧

Intersecting Rays with Spheres

Chapter5 The Ray Tracer Challenge: A Test-Driven Guide to Your First 3D Renderer (Pragmatic Bookshelf)作者:Buck, Jamis発売日: 2019/03/12メディア: ペーパーバック github.com Ray 始点と方向のみ。 pub struct Ray { origin: Point3D, direction: V…