Page 1 of 1
Controling models with mouse
Posted: Mon May 26, 2008 6:23 pm
by turshija
Since VilleK added centerMouse() command in ZGE, we can finally make our games use Mouse for controlling (moving, rotating, scaling...) ...
I have attached a file (.exe and .zgeproj) that shows one simple cube rotation using mouse ...

hope you can find it useful ...

Enjoy
Boris
object placement in engine, level editor ? !?
Posted: Tue Jun 03, 2008 1:26 pm
by jph_wacheski
Thanks Boris, I did find that usefull., I made a ver. with a more direct conection to the values,. and added to it a bit,. looks like the beginings of a level editor to me.
LMB to rotate
RMB to scale
Z key to position ( Hay ville, why no MMB support? and scroll wheels too! )
Re: object placement in engine, level editor ? !?
Posted: Tue Jun 03, 2008 1:39 pm
by turshija
I'm glad you did found it useful ...
jph_wacheski wrote: Hay ville, why no MMB support? and scroll wheels too!
yeah, I wanted to say that in Feature request too, because I wanted to add camera zoom in, zoom out on scrool ...

but I don't know how hard is to implement that in ZGE ...