Blender  V3.3
Classes | Namespaces | Functions
node_geo_mesh_primitive_cone.cc File Reference
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "BKE_material.h"
#include "BKE_mesh.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "node_geometry_util.hh"
#include <cmath>

Go to the source code of this file.

Classes

struct  blender::nodes::ConeConfig
 

Namespaces

 blender
 
 blender::nodes
 
 blender::nodes::node_geo_mesh_primitive_cone_cc
 

Functions

static void blender::nodes::calculate_cone_vertices (const MutableSpan< MVert > &verts, const ConeConfig &config)
 
static void blender::nodes::calculate_cone_edges (const MutableSpan< MEdge > &edges, const ConeConfig &config)
 
static void blender::nodes::calculate_cone_faces (const MutableSpan< MLoop > &loops, const MutableSpan< MPoly > &polys, const ConeConfig &config)
 
static void blender::nodes::calculate_selection_outputs (Mesh *mesh, const ConeConfig &config, ConeAttributeOutputs &attribute_outputs)
 
static void blender::nodes::calculate_cone_uvs (Mesh *mesh, const ConeConfig &config)
 
static Meshblender::nodes::create_vertex_mesh ()
 
Meshblender::nodes::create_cylinder_or_cone_mesh (float radius_top, float radius_bottom, float depth, int circle_segments, int side_segments, int fill_segments, GeometryNodeMeshCircleFillType fill_type, ConeAttributeOutputs &attribute_outputs)
 
static void blender::nodes::node_geo_mesh_primitive_cone_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_mesh_primitive_cone_cc::node_init (bNodeTree *UNUSED(ntree), bNode *node)
 
static void blender::nodes::node_geo_mesh_primitive_cone_cc::node_update (bNodeTree *ntree, bNode *node)
 
static void blender::nodes::node_geo_mesh_primitive_cone_cc::node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void blender::nodes::node_geo_mesh_primitive_cone_cc::node_geo_exec (GeoNodeExecParams params)
 
void register_node_type_geo_mesh_primitive_cone ()
 

Function Documentation

◆ register_node_type_geo_mesh_primitive_cone()

void register_node_type_geo_mesh_primitive_cone ( void  )