Open kanition opened 3 years ago
https://github.com/mmp/pbr-book-website/blob/02b496ae12670f8ffec2a6fe67cc30b07e57cba6/3ed-2018/Shapes/Triangle_Meshes.html#L213-L215 Maybe there is another typo: I guess you meant "the number of edges and faces ... "
Maybe Figure 3.14 and its caption are inconsistent with the text. It should be: Left to the line: e(p)>0 Right to the line: e(p)<0 On the line: e(p)=0
Maybe you mean that "......the k
th and PREV(k)
th edges of the k
th child need to be set"——
"i
th child" should be changed to "k
th child".
With e_b=255, non-zero significand bits correspond to special NaN values...
It should be "e=255" rather than "e_b=255".
https://github.com/mmp/pbr-book-website/blob/02b496ae12670f8ffec2a6fe67cc30b07e57cba6/3ed-2018/Shapes/Managing_Rounding_Error.html#L8932
Maybe the x∈...
below "Using the bounds on d" should be x'∈...
.
Hi @kanition, Fellow reader here. In the preface, the book states
As with earlier versions of the book, please send an email to authors@pbrt.org if you see any errors in the text or in the online conversion of it.
I recommend shooting them an email with this issue linked, if you haven't already.
Thank you for your advice. I'll try it.
https://github.com/mmp/pbr-book-website/blob/02b496ae12670f8ffec2a6fe67cc30b07e57cba6/3ed-2018/Shapes/Other_Quadrics.html#L1355
I really like this amazing work and thank you for your sharing this book!
I have a problem with the implicit form of the hyperboloid: It is x^2+y^2-z^2=-1, which means that it is a two-sheet hyperboloid. But the parametric form shows that it is generated by a rotating line passing through points (x1,y1,z1) and (x2,y2,z2), which should be a one-sheet hyperboloid. Maybe the implicit form of the hyperboloid should be changed to x^2+y^2-z^2=1 for consistency.
Reference:https://en.wikipedia.org/wiki/Hyperboloid