but i dont understand the samples.
how should i do if i want to use 3dmouse to control an object to move and rotate.
Is there some simple examples?
thx




Moderator: Moderators
sorry my english is sososososo bad,hope i could express what i wanna say.
Code: Select all
union {
void *p;
bool_t b;
long l;
float f;
double d;
point_t point;
vector_t vector;
plane_t plane;
box_t box;
frustum_t frustum;
matrix_t matrix;
const SiActionNodeEx_t *pnode;
string_t string;
cstr_t cstr_;
imagearray_t imagearray;
};