|
Blender V4.3
|
#include <optional>#include <string>#include "BLI_math_vector_types.hh"#include "BLI_string_ref.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::geometry |
Functions | |
| Mesh * | blender::geometry::create_cuboid_mesh (const float3 &size, int verts_x, int verts_y, int verts_z, const std::optional< StringRef > &uv_id) |
| Mesh * | blender::geometry::create_cuboid_mesh (const float3 &size, int verts_x, int verts_y, int verts_z) |