|
Blender
V2.93
|
#include <BKE_paint.h>
Public Attributes | |
| float | co [3] |
| float | no [3] |
| float | disp |
Definition at line 347 of file BKE_paint.h.
| float SculptPersistentBase::co[3] |
Definition at line 348 of file BKE_paint.h.
Referenced by sculpt_set_persistent_base_exec(), and SCULPT_vertex_persistent_co_get().
| float SculptPersistentBase::disp |
Definition at line 350 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 349 of file BKE_paint.h.
Referenced by sculpt_set_persistent_base_exec(), and SCULPT_vertex_persistent_normal_get().