Skip to content
Baramanga edited this page Mar 26, 2023 · 8 revisions

Keyword: camera

Attributes

yaw <float...>


pitch <float...>


roll <float...>


distance <float...>


fov <float...>


nearClip <float...>


farClip <float...>


cameraID <resourceID>

The cameraID option can use one of the following known values:

  • animations~
  • GameCinematics
  • GGEcamera
  • EditorCameraCreatureUI

cubemapResource <int>

Known used values in the core games:

  • 256

life <float>


flags <bitfield> -view <bitfield>

Known used values in the core games:

  • flags 0x00000004 (used with animations~)
  • flags 0x00000104
  • flags 0x00000001 -view 0x00000032
  • flags 0x00000203 -view 0x0000001e (used in the new game intro comet cutscene with GameCinematics)
  • flags 0x00000203 -view 0x00000018
  • flags 0x00000004
  • flags 0x00000203 -view 0x0000001c (used with GGEcamera)
  • flags 0x0000000d
  • flags 0x00000001 -view 0x00000001
Clone this wiki locally