Hi ,
I'm a fresh Unigine learner. I have a question about operate the model in the scene. The total function I wanna realize is that :
a. I can import a model(.obj) though the C++ call Unigine API(I've realized this function).
b. I can pick one of the models in scene.
c. I can move the model I picked in the scene.
d. I can rotate the model I picked in the scene.
e. I can zoom out and zoom in the model i picked in the scene.
please tell me which class can help me to realize those function, Or can you give me some samples?
Thanks.
Ivy.