table of contents
other versions
- stretch 0.2.2-14
- testing 0.2.2-16
- unstable 0.2.2-16
- experimental 0.2.2-18
| MCP_OBJECT(9) | s3d Manual | MCP_OBJECT(9) |
NAME¶
mcp_object - master control program objectSYNOPSIS¶
#include <s3d.h>
STRUCTURE MEMBERS¶
struct mcp_object {
uint32_t object;
float trans_x;
float trans_y;
float trans_z;
float r;
char name;
}
DESCRIPTION¶
Deprecateddon't use, to be removed soon (use struct s3d_but_info). ;)
AUTHOR¶
Simon WunderlichAuthor of s3d
| s3d |