Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

EFTable_IsometricCamera.db

Generated on: 2025-07-23 11:55:31 UTC

Row count: 142

Download CSV Zipped

CREATE TABLE IsometricCamera (
  [ PrimaryKey ] INTEGER NOT NULL,
  [ SecondaryKey ] INTEGER NOT NULL,
  [ Name ] TEXT NOT NULL,
  [ FOV ] REAL NOT NULL,
  [ Pitch ] REAL NOT NULL,
  [ Yaw ] REAL NOT NULL,
  [ ZoomDist ] REAL NOT NULL,
  [ RelativeX ] REAL NOT NULL,
  [ RelativeY ] REAL NOT NULL,
  [ RelativeZ ] REAL NOT NULL,
  [ InterpolationRatio ] REAL NOT NULL,
  [ PostProcessID ] INTEGER NOT NULL,
  [ DOF_FalloffExponent ] REAL NOT NULL,
  [ DOF_BlurKernelSize ] REAL NOT NULL,
  [ DOF_FocusDistance ] REAL NOT NULL,
  [ DOF_FocusInnerRadius ] REAL NOT NULL,
  [ SSAO_OcclusionScale ] REAL NOT NULL,
  [ SSAO_OcclusionPower ] REAL NOT NULL,
  [ FOG_FogDensity ] REAL NOT NULL,
  [ SkipChangeContentsZoomDist ] INTEGER NOT NULL,
  [ SourceRow ] INTEGER NOT NULL,
  [ Milestone ] TEXT NOT NULL,
  PRIMARY KEY ([ PrimaryKey ], [ SecondaryKey ])
)