Blender
V3.3
|
#include <draw_manager.h>
Public Attributes | |
struct DRWDebugLine * | next |
float | pos [2][3] |
float | color [4] |
Definition at line 498 of file draw_manager.h.
float DRWDebugLine::color[4] |
Definition at line 501 of file draw_manager.h.
Referenced by drw_debug_draw_lines(), and DRW_debug_line_v3v3().
struct DRWDebugLine* DRWDebugLine::next |
Definition at line 499 of file draw_manager.h.
Referenced by drw_debug_draw_lines().
float DRWDebugLine::pos[2][3] |
Definition at line 500 of file draw_manager.h.
Referenced by drw_debug_draw_lines(), and DRW_debug_line_v3v3().