_____________________________________________
Function layout:
AddCameraShot(rotate_y, rotate_z, UNKNOWN, rotate_x, position_x, position_y, position_z)
The rotate values are most likely in radians (instead of degrees - i.e., the value can range from -1.0 to 1.0) and the position values are most likely individual grid units (or possibly quarters of them) in Zero Editor with the center - 0,0,0 - being the very center of the grid.
Example code with comments:
Code: Select all
-- Information: rot_y rot_z unknown rot_x pos_x pos_y pos_z
AddCameraShot(0.327342, 0.011198, -0.944287, 0.032303, -74.878967, 5.497213, -69.507790); -- tram stationThe unknown value is...weird. Here's a snippet of a conversation regarding it (in italics) between me and AQT:





