Fix bugs for pbrt bilinear patch
This commit is contained in:
parent
bb2089477e
commit
0480e041cd
6 changed files with 85 additions and 33 deletions
|
|
@ -230,7 +230,7 @@ fn main() {
|
|||
Pos3::new(3.0, 4.0, 1.5),
|
||||
Pos3::new(0.5, 0.5, 0.0),
|
||||
Dir3::new(0.0, 0.0, 1.0),
|
||||
Float::to_radians(45.0),
|
||||
Float::to_radians(90.0),
|
||||
);
|
||||
|
||||
let s = &pbrt.scene;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue