|
Blender V4.3
|
#include "BLI_math_euler.hh"#include "BKE_material.h"#include "BKE_mesh.hh"#include "GEO_mesh_primitive_cuboid.hh"#include "GEO_mesh_primitive_grid.hh"#include "GEO_mesh_primitive_line.hh"#include "GEO_transform.hh"#include "node_geometry_util.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_geo_mesh_primitive_cube_cc |
Functions | |
| static void | blender::nodes::node_geo_mesh_primitive_cube_cc::node_declare (NodeDeclarationBuilder &b) |
| static Mesh * | blender::nodes::node_geo_mesh_primitive_cube_cc::create_cube_mesh (const float3 size, const int verts_x, const int verts_y, const int verts_z, const std::optional< StringRef > &uv_map_id) |
| static void | blender::nodes::node_geo_mesh_primitive_cube_cc::node_geo_exec (GeoNodeExecParams params) |
| static void | blender::nodes::node_geo_mesh_primitive_cube_cc::node_register () |