Right! Thank you!
Now, I've a particular question for you. I'm have to make a very simple 3d editor using 3DGameStudio. Is there some commands to dynamically create primitives (like an ipotetical command "createBox(px,py,pz,height,lenght,width)" ) ?
Of course I can try a trick using addEntity function in combination of a pre-created set of entities (box, spheres, cilynders, etc.)

Thank you again!