Skip to content
Snippets Groups Projects
tree.hpp 196 B
#pragma once

#include "cgp/cgp.hpp"


cgp::mesh create_cylinder_mesh(float radius, float height);
cgp::mesh create_cone_mesh(float radius, float height, float z_offset);
cgp::mesh create_tree();