pub fn spawn_cube_at<'a>(
world: &'a mut GameWorld,
position: Vec3,
size: f32,
) -> Vessel<'a>Expand description
Creates a Vessel with a cube mesh at a specific position.
Attaches an authored MeshRef::Procedural; see spawn_plane for the
resolution flow.