Errata

Text Errata

  • Section 2.2.1, page 19
    • Screen space defines the projected view of the camera, with x=1 indicating the left edge … the right edge, y=1 the bottom edge.
    • Should be: Screen space defines the projected view of the camera, with x=-1 indicating the left edge … the right edge, y=-1 the bottom edge.

Code Errata

  • Code listing 3.12, page 48
    • The second line should be:
      const int ceilX = static_cast<int>(ceil(x));

{ 1 comment… read it below or add one }

1 Yosuke Katsura September 18, 2013 at 12:42 am

Dear Magnus,

Hi, I am Yosuke Katsura.
Now I am reading your volume rendering book.
Ireally like it 🙂
Thank you for sharing technique used in actual production.

And I found that code7.7 on page114 and code 7.8 on page 115 are same.
Both codes show the wsBound function, but code7.7 should be the pointbase class.
Could you show us correct code on your website?

Thanks in advance.
Best regards,

Yosuke Katsura

Leave a Comment