Page 1 of 1
Camera Sections for Vehicals
Posted: Sat Jan 31, 2009 4:12 pm
by Tourny
Hi, I just multiplied an ATTE by ten. (It's big.) I figured out how to rescale the camera for a trooper, but not for a vehical. Does anybody know which line in the ODF says what the camera positions are?
Re: Camera Sections for Vehicals
Posted: Sat Jan 31, 2009 5:29 pm
by YaNkFaN
Since a vehicle has many unit positions it has the same number of camera sections
If you search
EyePointOffset
you should find them here is a list of them though
EyePointOffset = "0.0 4.0 8.0"
EyePointOffset = "0.0 2.0 5.0"
EyePointOffset = "0.0 8.0 0.0"
Re: Camera Sections for Vehicals
Posted: Sat Jan 31, 2009 5:29 pm
by Tourny
Thanks!