Blender V4.3
blender::nodes::node_geo_mesh_primitive_ico_sphere_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static Bounds< float3calculate_bounds_ico_sphere (const float radius, const int subdivisions)
 
static Meshcreate_ico_sphere_mesh (const int subdivisions, const float radius, const std::optional< std::string > &uv_map_id)
 
static void node_geo_exec (GeoNodeExecParams params)
 
static void node_register ()
 

Function Documentation

◆ calculate_bounds_ico_sphere()

static Bounds< float3 > blender::nodes::node_geo_mesh_primitive_ico_sphere_cc::calculate_bounds_ico_sphere ( const float radius,
const int subdivisions )
static

Definition at line 35 of file node_geo_mesh_primitive_ico_sphere.cc.

References delta_phi(), and M_PI.

Referenced by create_ico_sphere_mesh().

◆ create_ico_sphere_mesh()

◆ node_declare()

static void blender::nodes::node_geo_mesh_primitive_ico_sphere_cc::node_declare ( NodeDeclarationBuilder & b)
static

◆ node_geo_exec()

static void blender::nodes::node_geo_mesh_primitive_ico_sphere_cc::node_geo_exec ( GeoNodeExecParams params)
static

◆ node_register()

static void blender::nodes::node_geo_mesh_primitive_ico_sphere_cc::node_register ( )
static