home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 October / PCWorld_2001-10_cd.bin / Software / TemaCD / 3dcanvas / 3DCanv9.CAB / DemoModel.3dc / Camera.json next >
JavaScript Object Notation  |  2001-08-04  |  456b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Name": "Text (50)",
  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.     },
  13.     "data": [
  14.         {
  15.             "ID": 1,
  16.             "Name": "Camera",
  17.             "FrameID": 22,
  18.             "FieldOfView": 0.5,
  19.             "RaytraceFocalBlurEnable": 0,
  20.             "RaytraceFocalAperture": 0.25,
  21.             "RaytraceFocalPoint": 5,
  22.             "RaytraceFocalBlurSamples": 30
  23.         }
  24.     ]
  25. }