home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 May / PCWorld_2004-05_cd.bin / software / vyzkuste / 3dcanvas / 3DCanvas.msi / Instal01.cab / _206E5DB60FB346EB8424771096A57161 / Camera.json next >
JavaScript Object Notation  |  2003-11-03  |  528b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Name": "Text (255)",
  5.         "FrameID": "Long Integer",
  6.         "FieldOfView": "Single",
  7.         "RaytraceFocalBlurEnable": "Boolean NOT NULL",
  8.         "RaytraceFocalAperture": "Single",
  9.         "RaytraceFocalPoint": "Single",
  10.         "RaytraceFocalBlurSamples": "Long Integer",
  11.         "Script": "Memo/Hyperlink (255)",
  12.         "FieldOfViewKeyFrames": "OLE (255)",
  13.         "RaytraceFocalApertureKeyFrames": "OLE (255)",
  14.         "RaytraceFocalPointKeyFrames": "OLE (255)",
  15.         "AnimationStyle": "Long Integer"
  16.     },
  17.     "data": [
  18.         {
  19.             "ID": 1,
  20.             "Name": "Camera",
  21.             "FrameID": 2,
  22.             "FieldOfView": 0.5,
  23.             "RaytraceFocalBlurEnable": 0
  24.         }
  25.     ]
  26. }