Debug problems
This commit is contained in:
parent
0a9748a1b7
commit
479cf89e8d
5 changed files with 18 additions and 7 deletions
|
|
@ -242,16 +242,18 @@ fn main() {
|
|||
Float::to_radians(fov),
|
||||
);
|
||||
|
||||
// dbg!(&c);
|
||||
|
||||
// let c = BasicCamera::from_look_at(
|
||||
// args.width,
|
||||
// args.height,
|
||||
// Pos3::new(-0.3, 0.5, -0.5),
|
||||
// Pos3::new(0.0, 0.75, 0.0),
|
||||
// Pos3::new(3.0, 5.0, -5.0),
|
||||
// Pos3::new(0.0, 0.075, 0.0),
|
||||
// Dir3::new(0.0, 1.0, 0.0),
|
||||
// Float::to_radians(2.0 * 37.0),
|
||||
// );
|
||||
|
||||
// dbg!(c);
|
||||
// dbg!(&c);
|
||||
|
||||
let s = &pbrt.scene;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue