Blender
V3.3
|
Go to the source code of this file.
Functions | |
CCL_NAMESPACE_BEGIN ccl_device_inline float | wireframe (KernelGlobals kg, ccl_private ShaderData *sd, float size, int pixel_size, ccl_private float3 *P) |
ccl_device_noinline void | svm_node_wireframe (KernelGlobals kg, ccl_private ShaderData *sd, ccl_private float *stack, uint4 node) |
ccl_device_noinline void svm_node_wireframe | ( | KernelGlobals | kg, |
ccl_private ShaderData * | sd, | ||
ccl_private float * | stack, | ||
uint4 | node | ||
) |
Definition at line 74 of file wireframe.h.
References len, node, NODE_BUMP_OFFSET_DX, NODE_BUMP_OFFSET_DY, size(), stack_load_float(), stack_store_float(), stack_valid(), svm_unpack_node_uchar2(), and wireframe().
Referenced by svm_eval_nodes().
CCL_NAMESPACE_BEGIN ccl_device_inline float wireframe | ( | KernelGlobals | kg, |
ccl_private ShaderData * | sd, | ||
float | size, | ||
int | pixel_size, | ||
ccl_private float3 * | P | ||
) |
Definition at line 15 of file wireframe.h.
References blender::math::cross(), blender::math::dot(), len, motion_triangle_vertices(), object_position_transform(), P(), PRIM_NONE, PRIMITIVE_MOTION, PRIMITIVE_TRIANGLE, SD_OBJECT_TRANSFORM_APPLIED, size(), and triangle_vertices().
Referenced by svm_node_wireframe().