Blender  V3.3
Public Attributes | List of all members
gpStrokeVert Struct Reference

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
 

Detailed Description

Definition at line 174 of file draw_cache_impl_gpencil.c.

Member Data Documentation

◆ mat

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().

◆ packed_asp_hard_rot

int32_t gpStrokeVert::packed_asp_hard_rot

Definition at line 175 of file draw_cache_impl_gpencil.c.

Referenced by gpencil_buffer_add_point().

◆ point_id

int32_t gpStrokeVert::point_id

Definition at line 175 of file draw_cache_impl_gpencil.c.

Referenced by gpencil_buffer_add_point().

◆ pos

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().

◆ strength

float gpStrokeVert::strength

Definition at line 179 of file draw_cache_impl_gpencil.c.

Referenced by gpencil_buffer_add_point().

◆ stroke_id

int32_t gpStrokeVert::stroke_id

Definition at line 175 of file draw_cache_impl_gpencil.c.

Referenced by gpencil_buffer_add_point().

◆ thickness

float gpStrokeVert::thickness

Definition at line 177 of file draw_cache_impl_gpencil.c.

Referenced by gpencil_buffer_add_point().

◆ u_stroke

float gpStrokeVert::u_stroke

◆ uv_fill

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().


The documentation for this struct was generated from the following file: