I am trying to implement an arcball interface and it seems that after rotation of 90 degrees the model stops rotating in that specific direction, I suspect that there is a problem with mapping clicks
I am sending a var to Flash: // incoming var pageColor:String = \"rgb(81, 89, 112)\"; I have this function to covert the RGB values to a HEX
I am trying implement arcball/trackball rotation but I have a problem with the center of rotation. I want the center to be the center of my screen no matter what.