|
Blender V4.3
|
Public Attributes | |
| float | pos [3] |
| float | radius |
| int32_t | mat |
| int32_t | stroke_id |
| int32_t | point_id |
| int32_t | packed_asp_hard_rot |
| float | uv_fill [2] |
| float | u_stroke |
| float | opacity |
Definition at line 76 of file draw_cache_impl_grease_pencil.cc.
| int32_t blender::draw::GreasePencilStrokeVert::mat |
Material Index, Stroke Index, Point Index, Packed aspect + hardness + rotation.
Definition at line 80 of file draw_cache_impl_grease_pencil.cc.
| float blender::draw::GreasePencilStrokeVert::opacity |
Definition at line 82 of file draw_cache_impl_grease_pencil.cc.
| int32_t blender::draw::GreasePencilStrokeVert::packed_asp_hard_rot |
Definition at line 80 of file draw_cache_impl_grease_pencil.cc.
| int32_t blender::draw::GreasePencilStrokeVert::point_id |
Definition at line 80 of file draw_cache_impl_grease_pencil.cc.
| float blender::draw::GreasePencilStrokeVert::pos[3] |
Position and radius packed in the same attribute.
Definition at line 78 of file draw_cache_impl_grease_pencil.cc.
| float blender::draw::GreasePencilStrokeVert::radius |
Definition at line 78 of file draw_cache_impl_grease_pencil.cc.
| int32_t blender::draw::GreasePencilStrokeVert::stroke_id |
Definition at line 80 of file draw_cache_impl_grease_pencil.cc.
| float blender::draw::GreasePencilStrokeVert::u_stroke |
Definition at line 82 of file draw_cache_impl_grease_pencil.cc.
| float blender::draw::GreasePencilStrokeVert::uv_fill[2] |
UV and opacity packed in the same attribute.
Definition at line 82 of file draw_cache_impl_grease_pencil.cc.