|
Blender
V2.93
|
#include "DNA_mesh_types.h"#include "BKE_lib_id.h"#include "BKE_mesh.h"#include "bmesh.h"#include "node_geometry_util.hh"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::nodes | |
Functions | |
| static Mesh * | blender::nodes::create_ico_sphere_mesh (const int subdivisions, const float radius) |
| static void | blender::nodes::geo_node_mesh_primitive_ico_sphere_exec (GeoNodeExecParams params) |
| void | register_node_type_geo_mesh_primitive_ico_sphere () |
Variables | |
| static bNodeSocketTemplate | geo_node_mesh_primitive_ico_sphere_in [] |
| static bNodeSocketTemplate | geo_node_mesh_primitive_ico_sphere_out [] |
| void register_node_type_geo_mesh_primitive_ico_sphere | ( | void | ) |
Definition at line 75 of file node_geo_mesh_primitive_ico_sphere.cc.
References GEO_NODE_MESH_PRIMITIVE_ICO_SPHERE, blender::nodes::geo_node_mesh_primitive_ico_sphere_exec(), geo_node_mesh_primitive_ico_sphere_in, geo_node_mesh_primitive_ico_sphere_out, geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_type_socket_templates(), and nodeRegisterType().
Referenced by registerGeometryNodes().
|
static |
Definition at line 26 of file node_geo_mesh_primitive_ico_sphere.cc.
Referenced by register_node_type_geo_mesh_primitive_ico_sphere().
|
static |
Definition at line 32 of file node_geo_mesh_primitive_ico_sphere.cc.
Referenced by register_node_type_geo_mesh_primitive_ico_sphere().