MCPcopy Create free account
hub / github.com/blender/cycles / get_float3

Method get_float3

src/graph/node.cpp:217–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217float3 Node::get_float3(const SocketType &input) const
218{
219 assert(is_socket_float3(input));
220 return get_socket_value<float3>(this, input);
221}
222
223ustring Node::get_string(const SocketType &input) const
224{

Callers 12

is_zeroMethod · 0.80
is_oneMethod · 0.80
fold_mixMethod · 0.80
fold_mix_colorMethod · 0.80
output_estimate_emissionFunction · 0.80
addMethod · 0.80
parameterMethod · 0.80
stack_assignMethod · 0.80
GetNodeValueFunction · 0.80
xml_write_nodeFunction · 0.80

Calls 1

is_socket_float3Function · 0.85

Tested by

no test coverage detected