Tagged Questions
1
vote
1answer
1k views
Converting world space coordinate to screen space coordinate and getting incorrect range of values
I'm attempting to convert from world space coordinates to screen space coordinates.
I have the following code to transform my object position
Vector3 screenSpacePoint = ...
0
votes
4answers
2k views
XNA spritebatch drawing to the centre of screen
I have bit of a silly problem.
Is is possible to use SpriteBatch.Draw() method to draw to the centre of screen using coords from the beginning of window (So resolution 800x600 would use 400;300) ...
5
votes
2answers
977 views
Coordinates from 3DS Max to XNA 3.5
My problem is this. I have a simple box made in 3DS Max 2009, the Box is 10x10x10. I've tried to load it on XNA and traslate the camera for 15 units, but I can seem to find the values needed to see ...