|
7 | 7 | [Peter Shirley][]
|
8 | 8 | edited by [Steve Hollasch][] and [Trevor David Black][]
|
9 | 9 | <br>
|
10 |
| - Version 3.2.2, 2020-10-31 |
| 10 | + Version 3.2.3, 2020-12-07 |
11 | 11 | <br>
|
12 | 12 | Copyright 2018-2020 Peter Shirley. All rights reserved.
|
13 | 13 |
|
|
973 | 973 | ...
|
974 | 974 |
|
975 | 975 | bvh_node::bvh_node(
|
976 |
| - std::vector<shared_ptr<hittable>>& objects, |
| 976 | + std::vector<shared_ptr<hittable>>& src_objects, |
977 | 977 | size_t start, size_t end, double time0, double time1
|
978 | 978 | ) {
|
979 | 979 | auto objects = src_objects; // Create a modifiable array of the source scene objects
|
|
3405 | 3405 | - **Title (book)**: “Ray Tracing: The Next Week”
|
3406 | 3406 | - **Author**: Peter Shirley
|
3407 | 3407 | - **Editors**: Steve Hollasch, Trevor David Black
|
3408 |
| - - **Version/Edition**: v3.2.2 |
3409 |
| - - **Date**: 2020-10-31 |
| 3408 | + - **Version/Edition**: v3.2.3 |
| 3409 | + - **Date**: 2020-12-07 |
3410 | 3410 | - **URL (series)**: https://raytracing.github.io/
|
3411 | 3411 | - **URL (book)**: https://raytracing.github.io/books/RayTracingTheNextWeek.html
|
3412 | 3412 |
|
|
3433 | 3433 | title = {Ray Tracing: The Next Week},
|
3434 | 3434 | author = {Peter Shirley},
|
3435 | 3435 | year = {2020},
|
3436 |
| - month = {October} |
| 3436 | + month = {December} |
3437 | 3437 | note = {\small \texttt{https://raytracing.github.io/books/RayTracingTheNextWeek.html}},
|
3438 | 3438 | url = {https://raytracing.github.io/books/RayTracingTheNextWeek.html}
|
3439 | 3439 | }
|
|
3449 | 3449 | title = {Ray Tracing: The Next Week},
|
3450 | 3450 | author = {Peter Shirley},
|
3451 | 3451 | year = {2020},
|
3452 |
| - month = {October} |
| 3452 | + month = {December} |
3453 | 3453 | url = {https://raytracing.github.io/books/RayTracingTheNextWeek.html}
|
3454 | 3454 | }
|
3455 | 3455 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
3479 | 3479 | <link rel='stylesheet' href='../style/book.css'>
|
3480 | 3480 | <style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style>
|
3481 | 3481 | <script src="markdeep.min.js"></script>
|
3482 |
| -<script src="https://casual-effects.com/markdeep/latest/markdeep.min.js"></script> |
| 3482 | +<script src="https://morgan3d.github.io/markdeep/latest/markdeep.min.js"></script> |
3483 | 3483 | <script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>
|
0 commit comments