screen-projection

Project Android Screen with DroidEx

Hi ! I am using Mark Murphy's DroidEx tool to project my android device screen; is there a way to supply a skin(e.g. a HTC Hero skin that we use with Android emulator) to DroidEx? I have also asked this question on the google group for DroidEx project. Thanks! ...

Screen Projection and Culling united

Hi everyone! I am currently dealing with several thousand boxes that i'd like to project onto the screen to determinate their sizes and distances to the camera. My current approach is to get a sphere representing the box and project that using view and projection matrices and the viewport values. // PSEUDOCODE // project box center f...