use crateMaterial;
use crateShape;
/// An object rendered in a scene
///
/// In the future, it may be more flexible to have an object trait that alllows a user
/// to get the material at an intersection point. This would make sense to help for
/// something like kd-trees, as it would let you create a kd-tree of different materials,
/// and it would also work well with texture mapping.