player_graphics3d_cmd_draw Struct Reference
#include <player_interfaces.h>
Collaboration diagram for player_graphics3d_cmd_draw:
Detailed Description
Command: Draw points (PLAYER_GRAPHICS3D_CMD_POINTS) Draw some points.
Definition at line 1726 of file player_interfaces.h.
Public Attributes | |
uint32_t | draw_mode |
The drawing mode defining how teh verticies should be interpreted. | |
uint32_t | points_count |
Number of points in this packet. | |
player_point_3d_t * | points |
Array of points. | |
player_color_t | color |
Color in which the points should be drawn. |
The documentation for this struct was generated from the following file: