|
Re: Screenshot
[Re: Salva]
#97348
11/06/06 00:11
11/06/06 00:11
|
Joined: Mar 2006
Posts: 752 Portugal
demiGod
User
|
User
Joined: Mar 2006
Posts: 752
Portugal
|
I use a top view camera for other purposes, but if you use it and then press prt_scr (print screen) on your keyboard and then paste it in a image program, i think you will have your image. Play with those values. Hope it helps. Code:
camera.x = 0; camera.y = 0; camera.z = 38400; camera.pan = 180; camera.tilt = -90; camera.roll = 0; camera.arc = 77;
|
|
|
Re: Screenshot
[Re: Dooley]
#97353
03/03/07 05:38
03/03/07 05:38
|
Joined: Mar 2006
Posts: 2,503 SC, United States
xXxGuitar511
Expert
|
Expert
Joined: Mar 2006
Posts: 2,503
SC, United States
|
Since the camera is a PERSPECTIVE view, you wont get a true top view map. Unless you move the camera one pixel at a time (1024 x 1024 times, taking a screenshot, getting the center pixel, and stitching them together to form one map. But this is a pain in the arse...
xXxGuitar511 - Programmer
|
|
|
|