Blender
V3.3
|
#include <BKE_paint.h>
Public Attributes | |
float | co [3] |
float | no [3] |
float | disp |
Definition at line 384 of file BKE_paint.h.
float SculptPersistentBase::co[3] |
Definition at line 385 of file BKE_paint.h.
Referenced by sculpt_set_persistent_base_exec(), and SCULPT_vertex_persistent_co_get().
float SculptPersistentBase::disp |
Definition at line 387 of file BKE_paint.h.
Referenced by do_layer_brush_task_cb_ex(), and sculpt_set_persistent_base_exec().
float SculptPersistentBase::no[3] |
Definition at line 386 of file BKE_paint.h.
Referenced by sculpt_set_persistent_base_exec(), and SCULPT_vertex_persistent_normal_get().