Unravel Engine C++ Reference
|
#include <extrude_mesh.hpp>
Classes | |
class | triangles_t |
class | vertices_t |
Public Member Functions | |
triangles_t | triangles () const noexcept |
vertices_t | vertices () const noexcept |
extrude_mesh_t (shape_t shape, path_t path) | |
Extrude a shape along a path. The shape normal becomes the mesh normal. u-texture coordinate is taken from the shape and v from the path.
Definition at line 18 of file extrude_mesh.hpp.
|
inline |
shape | shape_t to be extruded. |
path | Path to extrude along. |
Definition at line 154 of file extrude_mesh.hpp.
|
inlinenoexcept |
Definition at line 142 of file extrude_mesh.hpp.
|
inlinenoexcept |
Definition at line 147 of file extrude_mesh.hpp.