HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

is there a way to change the Z axis of camra

07-09-2003, 10:08 AM#1
COOLer
I need to change the Z axis of my camra is this possable ?
07-09-2003, 12:29 PM#2
ChrydGod
Use the trigger
camera - change field and choose the camera distance to target.


Regards
07-09-2003, 02:34 PM#3
Guest
Just wondering but is there a way to change the Angle of Attack ( AOE ) of a camera dynamically without using jass?
07-09-2003, 10:54 PM#4
COOLer
but i waint to change the z axis is there way to do this with jass?
07-10-2003, 12:32 AM#5
Guest
Chrydgod told you how there is a GUI function camera - change field and choose the camera distance to target. you use that to do it
07-10-2003, 02:13 AM#6
DoctorDoom
Perhaps he mean how do you change the z offset? If that is his question then do action, custom text and past this:

call SetCameraFieldForPlayer( Player(0), CAMERA_FIELD_ZOFFSET, 666.00, 0 )

Changing the player to whatever(player 0= player1, 2=1, etc..) and change the 666.00 to whatever you want the offset to be. the other 0 is the time it takes.