home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "ID": "Long Integer",
- "Name": "Text (255)",
- "FrameID": "Long Integer",
- "FieldOfView": "Single",
- "RaytraceFocalBlurEnable": "Boolean NOT NULL",
- "RaytraceFocalAperture": "Single",
- "RaytraceFocalPoint": "Single",
- "RaytraceFocalBlurSamples": "Long Integer",
- "Script": "Memo/Hyperlink (255)",
- "FieldOfViewKeyFrames": "OLE (255)",
- "RaytraceFocalApertureKeyFrames": "OLE (255)",
- "RaytraceFocalPointKeyFrames": "OLE (255)",
- "AnimationStyle": "Long Integer"
- },
- "data": [
- {
- "ID": 1,
- "Name": "Camera",
- "FrameID": 2,
- "FieldOfView": 0.5,
- "RaytraceFocalBlurEnable": 0,
- "RaytraceFocalAperture": 0.25,
- "RaytraceFocalPoint": 5,
- "RaytraceFocalBlurSamples": 30
- }
- ]
- }