rifter1818
Junior Contributor
Ok this is a simple one, i want to use LeftHanded CC
View
CamPos 0,0,-100
CamTar 0,0,0
CamUp 0,1,0
Now how do i get my projection matric such that (on a 1024x768 resolution)
0,0,0 in the world is the center of the screen
-512, 384 ,0 is top left of screen
512, 384 ,0 is top right of screen
-512, -384,0 is bottom left of screen
512 , -384,0 is bottom right of screen
Really simple question but i really dont know how to fine tune my projection matrix (at least i think thats what i need to modify)
And before you as the question yes i know about transformed Vertices and all that.... Thanks in advance
View
CamPos 0,0,-100
CamTar 0,0,0
CamUp 0,1,0
Now how do i get my projection matric such that (on a 1024x768 resolution)
0,0,0 in the world is the center of the screen
-512, 384 ,0 is top left of screen
512, 384 ,0 is top right of screen
-512, -384,0 is bottom left of screen
512 , -384,0 is bottom right of screen
Really simple question but i really dont know how to fine tune my projection matrix (at least i think thats what i need to modify)
And before you as the question yes i know about transformed Vertices and all that.... Thanks in advance