Blender  V3.3
Classes | Functions
blender::nodes::node_geo_volume_cube_cc Namespace Reference

Classes

class  Grid3DFieldContext
 

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static float map (const float x, const float in_min, const float in_max, const float out_min, const float out_max)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ map()

static float blender::nodes::node_geo_volume_cube_cc::map ( const float  x,
const float  in_min,
const float  in_max,
const float  out_min,
const float  out_max 
)
static

Definition at line 55 of file node_geo_volume_cube.cc.

References x.

◆ node_declare()

static void blender::nodes::node_geo_volume_cube_cc::node_declare ( NodeDeclarationBuilder b)
static

Definition at line 23 of file node_geo_volume_cube.cc.

References usdtokens::b(), and N_.

Referenced by register_node_type_geo_volume_cube().

◆ node_geo_exec()

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

Definition at line 183 of file node_geo_volume_cube.cc.

References params, and TIP_.

Referenced by register_node_type_geo_volume_cube().