Blender
V3.3
|
Public Attributes | |
int32_t | mat |
int32_t | stroke_id |
int32_t | point_id |
int32_t | packed_asp_hard_rot |
float | pos [3] |
float | thickness |
float | uv_fill [2] |
float | u_stroke |
float | strength |
Definition at line 174 of file draw_cache_impl_gpencil.c.
int32_t gpStrokeVert::mat |
Definition at line 175 of file draw_cache_impl_gpencil.c.
Referenced by gpencil_batches_ensure(), and gpencil_buffer_add_point().
int32_t gpStrokeVert::packed_asp_hard_rot |
Definition at line 175 of file draw_cache_impl_gpencil.c.
Referenced by gpencil_buffer_add_point().
int32_t gpStrokeVert::point_id |
Definition at line 175 of file draw_cache_impl_gpencil.c.
Referenced by gpencil_buffer_add_point().
float gpStrokeVert::pos[3] |
Position and thickness packed in the same attribute.
Definition at line 177 of file draw_cache_impl_gpencil.c.
Referenced by gpencil_buffer_add_point().
float gpStrokeVert::strength |
Definition at line 179 of file draw_cache_impl_gpencil.c.
Referenced by gpencil_buffer_add_point().
int32_t gpStrokeVert::stroke_id |
Definition at line 175 of file draw_cache_impl_gpencil.c.
Referenced by gpencil_buffer_add_point().
float gpStrokeVert::thickness |
Definition at line 177 of file draw_cache_impl_gpencil.c.
Referenced by gpencil_buffer_add_point().
float gpStrokeVert::u_stroke |
Definition at line 179 of file draw_cache_impl_gpencil.c.
Referenced by gpencil_buffer_add_point(), and gpencil_buffer_add_stroke().
float gpStrokeVert::uv_fill[2] |
UV and strength packed in the same attribute.
Definition at line 179 of file draw_cache_impl_gpencil.c.
Referenced by gpencil_buffer_add_point().