I'm still very new to ShiVa3d and fairly new to iOS.
I'd like to develop an app that runs on an iPad. I will write quite a lot of logic in objective-c that will run on the iOS and some simple lua code in ShiVa.
Here is a very simple example of what I'd like to do:
1) My app will have a single model, which will load and be viewed.
2) Inside my lua ShiVa code, as part of the MainAI, I will create a method that accepts parameters such as x,y,z let's call this method "ShiVaCameraToPostition(objX,objY,objZ)"
3) Inside my iOS objective-c code I want to call this "ShiVaCameraToPostition" method, with parameters
Is this possible?
How would I go about doing this? What should I look for in the documentation? Are there any examples people can point to?
Many thanks in advance. Please let me know if the above is ambiguous.