[][src]Type Definition all_is_cubes::triangulator::BlocksRenderData

type BlocksRenderData<V, A> = Box<[BlockRenderData<V, A>]>;

Collection of BlockRenderData indexed by a Space's block indices. Pass it to triangulate_space to use it.