Hey guy I have a small request. Could someone point me in the direction of a tutorial or example on creating a model viewer. I just want something simple. There is a cube in sitting in 3d space, nothing else. I want to be able to touch my android tablet screen and drag my finger left, right, Up or down to rotate the model. No zooming or panning just use the screen to rotate the model in all directions. Doesn’t matter if it uses scroll bars or not, would like to avoid them but doesn’t matter.
Using this as a mobile portfolio of sorts.
Thanks
Well, there are built in functions (obviously) for working with touchscreen devices. So I imagine you could do something along the lines of getting your fingers starting position on both axes (x and y), and for each pixel or whatever it uses with touchscreens that your finger moves you rotate the object a certain amount. just try to find the touchscreen functions on the scripting reference and it shouldn’t be too hard i wouldn’t think.
Thanks, when it comes to the touch devices everything seems to get complicated or maybe its just in my head lol.