prelude: add World and WorldBuilder.
This commit is contained in:
parent
4680c97adc
commit
62cb5e4ec4
@ -45,5 +45,6 @@ pub mod prelude {
|
|||||||
shapes::{plane, sphere, test_shape},
|
shapes::{plane, sphere, test_shape},
|
||||||
transformations::view_transform,
|
transformations::view_transform,
|
||||||
tuples::{point, vector, Color},
|
tuples::{point, vector, Color},
|
||||||
|
world::{World, WorldBuilder},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user