home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / multimedia / 3dcanvas / 3DCanvas.msi / Instal01.cab / _206E5DB60FB346EB8424771096A57161 / Camera.json next >
JavaScript Object Notation  |  2006-10-28  |  610b

  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.             "RaytraceFocalAperture": 0.25,
  25.             "RaytraceFocalPoint": 5,
  26.             "RaytraceFocalBlurSamples": 30
  27.         }
  28.     ]
  29. }