|
Blender V4.3
|
#include "DNA_mesh_types.h"#include "BKE_lib_id.hh"#include "BKE_material.h"#include "BKE_mesh.hh"#include "GEO_randomize.hh"#include "bmesh.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_ico_sphere_cc |
Functions | |
| static void | blender::nodes::node_geo_mesh_primitive_ico_sphere_cc::node_declare (NodeDeclarationBuilder &b) |
| static Bounds< float3 > | blender::nodes::node_geo_mesh_primitive_ico_sphere_cc::calculate_bounds_ico_sphere (const float radius, const int subdivisions) |
| static Mesh * | blender::nodes::node_geo_mesh_primitive_ico_sphere_cc::create_ico_sphere_mesh (const int subdivisions, const float radius, const std::optional< std::string > &uv_map_id) |
| static void | blender::nodes::node_geo_mesh_primitive_ico_sphere_cc::node_geo_exec (GeoNodeExecParams params) |
| static void | blender::nodes::node_geo_mesh_primitive_ico_sphere_cc::node_register () |