Data: This interface produces no data. More...
#include <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. More... | |
player_point_3d_t * | points |
Array of points. More... | |
player_color_t | color |
Color in which the points should be drawn. More... | |
Data: This interface produces no data.
Requests: This interface accepts no requests. Command: Draw points (PLAYER_GRAPHICS3D_CMD_POINTS) Draw some points.
player_color_t player_graphics3d_cmd_draw::color |
Color in which the points should be drawn.
player_point_3d_t* player_graphics3d_cmd_draw::points |
Array of points.
uint32_t player_graphics3d_cmd_draw::points_count |
Number of points in this packet.