17 .
description(
"The corner to retrieve data from. Defaults to the corner from the context");
19 .field_source_reference_all()
20 .
description(
"The vertex the corner is attached to");
31 const AttrDomain domain,
34 if (domain != AttrDomain::Corner) {
42 return 30495867093876;
52 return AttrDomain::Corner;
58 params.set_output(
"Vertex Index",
59 Field<int>(std::make_shared<bke::EvaluateAtIndexInput>(
61 Field<int>(std::make_shared<CornerVertFieldInput>()),
62 AttrDomain::Corner)));
69 &ntype, GEO_NODE_MESH_TOPOLOGY_VERTEX_OF_CORNER,
"Vertex of Corner",
NODE_CLASS_INPUT);
#define NOD_REGISTER_NODE(REGISTER_FUNC)
static VArray ForSpan(Span< T > values)
local_group_size(16, 16) .push_constant(Type b
draw_view push_constant(Type::INT, "radiance_src") .push_constant(Type capture_info_buf storage_buf(1, Qualifier::READ, "ObjectBounds", "bounds_buf[]") .push_constant(Type draw_view int
void node_register_type(bNodeType *ntype)
static void node_register()
static void node_declare(NodeDeclarationBuilder &b)
static void node_geo_exec(GeoNodeExecParams params)
void geo_node_type_base(blender::bke::bNodeType *ntype, int type, const char *name, short nclass)
unsigned __int64 uint64_t
NodeGeometryExecFunction geometry_node_execute
NodeDeclareFunction declare