|
8 | 8 | **Ray Tracing in One Weekend** |
9 | 9 | [Peter Shirley][], [Trevor David Black][], [Steve Hollasch][] |
10 | 10 | <br> |
11 | | - Version 4.0.2, 2024-10-01 |
12 | | - **DRAFT IN DEVELOPMENT** |
| 11 | + Version 4.0.2, 2025-04-25 |
13 | 12 | <br> |
14 | 13 | Copyright 2018-2024 Peter Shirley. All rights reserved. |
15 | 14 |
|
|
4398 | 4397 | - **Title (series)**: “Ray Tracing in One Weekend Series” |
4399 | 4398 | - **Title (book)**: “Ray Tracing in One Weekend” |
4400 | 4399 | - **Author**: Peter Shirley, Trevor David Black, Steve Hollasch |
4401 | | - - **Version/Edition**: XXVersion |
4402 | | - - **Date**: XXYear-XXMonth-XXDay |
| 4400 | + - **Version/Edition**: v4.0.2 |
| 4401 | + - **Date**: 2025-04-25 |
4403 | 4402 | - **URL (series)**: <https://raytracing.github.io/> |
4404 | 4403 | - **URL (book)**: <https://raytracing.github.io/books/RayTracingInOneWeekend.html> |
4405 | 4404 |
|
|
4420 | 4419 |
|
4421 | 4420 | ### LaTeX and BibTex |
4422 | 4421 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
4423 | | - ~\cite{ShirleyXXYearRTW1} |
| 4422 | + ~\cite{Shirley2025RTW1} |
4424 | 4423 |
|
4425 | | - @misc{ShirleyXXYearRTW1, |
| 4424 | + @misc{Shirley2025RTW1, |
4426 | 4425 | title = {Ray Tracing in One Weekend}, |
4427 | 4426 | author = {Peter Shirley, Trevor David Black, Steve Hollasch}, |
4428 | | - year = {XXYear}, |
4429 | | - month = {XXMonth}, |
| 4427 | + year = {2025}, |
| 4428 | + month = {April}, |
4430 | 4429 | note = {\small \texttt{https://raytracing.github.io/books/RayTracingInOneWeekend.html}}, |
4431 | 4430 | url = {https://raytracing.github.io/books/RayTracingInOneWeekend.html} |
4432 | 4431 | } |
|
4436 | 4435 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
4437 | 4436 | \usepackage{biblatex} |
4438 | 4437 |
|
4439 | | - ~\cite{ShirleyXXYearRTW1} |
| 4438 | + ~\cite{Shirley2025RTW1} |
4440 | 4439 |
|
4441 | | - @online{ShirleyXXYearRTW1, |
| 4440 | + @online{Shirley2025RTW1, |
4442 | 4441 | title = {Ray Tracing in One Weekend}, |
4443 | 4442 | author = {Peter Shirley, Trevor David Black, Steve Hollasch}, |
4444 | | - year = {XXYear}, |
4445 | | - month = {XXMonth}, |
| 4443 | + year = {2025}, |
| 4444 | + month = {April}, |
4446 | 4445 | url = {https://raytracing.github.io/books/RayTracingInOneWeekend.html} |
4447 | 4446 | } |
4448 | 4447 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
0 commit comments