Blender  V3.3
Namespaces | Functions
node_geo_mesh_primitive_cube.cc File Reference
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "BKE_material.h"
#include "BKE_mesh.h"
#include "GEO_mesh_primitive_cuboid.hh"
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::nodes
 
 blender::nodes::node_geo_mesh_primitive_cube_cc
 

Functions

static void blender::nodes::node_geo_mesh_primitive_cube_cc::node_declare (NodeDeclarationBuilder &b)
 
static Meshblender::nodes::node_geo_mesh_primitive_cube_cc::create_cuboid_mesh (const float3 &size, const int verts_x, const int verts_y, const int verts_z)
 
static Meshblender::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)
 
static void blender::nodes::node_geo_mesh_primitive_cube_cc::node_geo_exec (GeoNodeExecParams params)
 
void register_node_type_geo_mesh_primitive_cube ()
 

Function Documentation

◆ register_node_type_geo_mesh_primitive_cube()

void register_node_type_geo_mesh_primitive_cube ( void  )