|
Blender
V2.93
|
#include <draw_manager.h>
Public Attributes | |
| struct DRWDebugLine * | next |
| float | pos [2][3] |
| float | color [4] |
Definition at line 469 of file draw_manager.h.
| float DRWDebugLine::color[4] |
Definition at line 472 of file draw_manager.h.
Referenced by drw_debug_draw_lines(), and DRW_debug_line_v3v3().
| struct DRWDebugLine* DRWDebugLine::next |
Definition at line 470 of file draw_manager.h.
Referenced by drw_debug_draw_lines().
| float DRWDebugLine::pos[2][3] |
Definition at line 471 of file draw_manager.h.
Referenced by drw_debug_draw_lines(), and DRW_debug_line_v3v3().