pub fn spawn_plane<'a>( world: &'a mut GameWorld, size: f32, y: f32, ) -> Vessel<'a>
Creates a Vessel with a plane mesh at the origin.