I just included some javascript via properties on a 3D Content. My Problem is i have included a function called rotation_left() in that script and wanted to use this function on a button in the same document. I get an execption that the function is not defined :(
how do i mark a function as public which is included in a script bound to 3D content?
thanks
getAnnots3D(0)[0].context3D.myFunction();