/ Published in: ActionScript 3
Expand |
Embed | Plain Text
var sv:ScreenVertex = camera.screen(object3d); var globalX:Number = sc.x + view.x; var globalY:Number = sc.y + view.y;
You need to login to post a comment.
alexaivars on 06/06/09
1 person have marked this snippet as a favorite
var sv:ScreenVertex = camera.screen(object3d); var globalX:Number = sc.x + view.x; var globalY:Number = sc.y + view.y;
You need to login to post a comment.