Topic: Use of lua in maratis3d iOS project for hit testing
I make a 3D gallery app.
In that app I have three meshes on the first "screen".
Each mesh represents category of 3D models to view.
When user tap on one of these meshes, camera should translate to next screen with several meshes.
Can I use lua for mesh hit testing (ie determine to what the mesh user touched)?
Can I send (trigger) events from lua to my Objective C iOS code?
For example, when user select one of the categories and camera translates to it, I need to change UI (buttons, labels) in app.
Last edited by Petr (2012-09-05 09:23:51)