Add stanford dragon example scene

This commit is contained in:
hal8174 2024-12-24 00:57:07 +01:00
parent ab68f307f1
commit 109a72c19a
7 changed files with 3529285 additions and 64 deletions

View file

@ -45,7 +45,7 @@ fn render_image<
fn main() -> ImageResult<()> {
// let s = BasicScene::new();
let s = basic_cornell();
let s = basic_cornell::scene();
let c = BasicCamera::from_look_at(
400,