X-Git-Url: https://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=shapes.hpp;fp=shapes.hpp;h=92cc8adb0882ecd6c3d3c54955bad6eb0a25d286;hp=a1a42ebc43800efb299310b88e5fd3bf258b726e;hb=d2a4cfcd292f5bc422a025d43855e5f4f21fb161;hpb=b472351f3c80cec8c7e9ec30cb4c113c947c0ff7 diff --git a/shapes.hpp b/shapes.hpp index a1a42eb..92cc8ad 100644 --- a/shapes.hpp +++ b/shapes.hpp @@ -111,3 +111,8 @@ constexpr glm::vec3 pyramid[18] = { glm::vec3(1, -1, -1), glm::vec3(1, -1, 1) }; + +// TODO: Add a sphere +/* constexpr std::vector sphere() { */ + +/* } */