candlewick 0.1.0
A renderer
Loading...
Searching...
No Matches
Grid.h
Go to the documentation of this file.
1#pragma once
2
3#include "../utils/MeshData.h"
4
5namespace candlewick {
6
9MeshData loadGrid(Uint32 xyHalfSize, float scale = 0.5f);
10
11} // namespace candlewick
A class to store type-erased vertex data and index data.
Definition MeshData.h:33
MeshData loadGrid(Uint32 xyHalfSize, float scale=0.5f)
Load a line grid.
Definition Camera.h:8