Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator.hpp
Go to the documentation of this file.
1#ifndef GENERATOR_HPP
2#define GENERATOR_HPP
3
4#include "any_generator.hpp"
5#include "any_mesh.hpp"
6#include "any_path.hpp"
7#include "any_shape.hpp"
8#include "axis.hpp"
9#include "axis_flip_mesh.hpp"
10#include "axis_swap_mesh.hpp"
11#include "axis_swap_path.hpp"
12#include "axis_swap_shape.hpp"
13#include "bezier_mesh.hpp"
14#include "bezier_shape.hpp"
15#include "box_mesh.hpp"
16#include "capped_cone_mesh.hpp"
18#include "capped_tube_mesh.hpp"
19#include "capsule_mesh.hpp"
20#include "circle_shape.hpp"
21#include "cone_mesh.hpp"
23#include "cylinder_mesh.hpp"
24#include "disk_mesh.hpp"
25#include "dodecahedron_mesh.hpp"
26#include "edge.hpp"
27#include "empty_mesh.hpp"
28#include "empty_path.hpp"
29#include "empty_shape.hpp"
30#include "extrude_mesh.hpp"
31#include "flip_mesh.hpp"
32#include "flip_path.hpp"
33#include "flip_shape.hpp"
34#include "grid_shape.hpp"
35#include "helix_path.hpp"
36#include "icosahedron_mesh.hpp"
37#include "icosphere_mesh.hpp"
38#include "iterator.hpp"
39#include "knot_path.hpp"
40#include "lathe_mesh.hpp"
41#include "line_path.hpp"
42#include "line_shape.hpp"
43#include "math.hpp"
44#include "merge_mesh.hpp"
45#include "merge_path.hpp"
46#include "merge_shape.hpp"
47#include "mesh_vertex.hpp"
48#include "mirror_mesh.hpp"
49#include "obj_writer.hpp"
50#include "parametric_mesh.hpp"
51#include "parametric_path.hpp"
52#include "parametric_shape.hpp"
53#include "path_vertex.hpp"
54#include "plane_mesh.hpp"
55#include "rectangle_shape.hpp"
56#include "repeat_mesh.hpp"
57#include "repeat_path.hpp"
58#include "repeat_shape.hpp"
59#include "rotate_mesh.hpp"
60#include "rotate_path.hpp"
61#include "rotate_shape.hpp"
62#include "rounded_box_mesh.hpp"
64#include "scale_mesh.hpp"
65#include "scale_path.hpp"
66#include "scale_shape.hpp"
67#include "shape_to_path.hpp"
68#include "shape_vertex.hpp"
69#include "sphere_mesh.hpp"
72#include "spherify_mesh.hpp"
73#include "spring_mesh.hpp"
74#include "subdivide_mesh.hpp"
75#include "subdivide_path.hpp"
76#include "subdivide_shape.hpp"
77#include "svg_writer.hpp"
78#include "teapot_mesh.hpp"
79#include "torus_knot_mesh.hpp"
80#include "torus_mesh.hpp"
81#include "transform_mesh.hpp"
82#include "transform_path.hpp"
83#include "transform_shape.hpp"
84#include "translate_mesh.hpp"
85#include "translate_path.hpp"
86#include "translate_shape.hpp"
87#include "triangle.hpp"
88#include "triangle_mesh.hpp"
89#include "tube_mesh.hpp"
90#include "utils.hpp"
91#include "uv_flip_mesh.hpp"
92#include "uv_swap_mesh.hpp"
93
94#endif