Advertisement
TechnoSam

Weird Planes

Apr 24th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.73 KB | None | 0 0
  1. {
  2.     "camera": {
  3.         "center": {
  4.             "x": 0,
  5.             "y": 0,
  6.             "z": 0
  7.         },
  8.         "focus": 10,
  9.         "normal": {
  10.             "x": 0,
  11.             "y": 0,
  12.             "z": 1
  13.         },
  14.         "resolution": [
  15.             0.01,
  16.             0.01
  17.         ],
  18.         "size": [
  19.             1024,
  20.             1024
  21.         ]
  22.     },
  23.     "lights": [
  24.         {
  25.             "intensity": 1,
  26.             "location": {
  27.                 "x": 5,
  28.                 "y": -10,
  29.                 "z": 0
  30.             }
  31.         },
  32.         {
  33.             "intensity": 1,
  34.             "location": {
  35.                 "x": -5,
  36.                 "y": -10,
  37.                 "z": 0
  38.             }
  39.         },
  40.         {
  41.             "intensity": 1,
  42.             "location": {
  43.                 "x": 0,
  44.                 "y": -10,
  45.                 "z": 0
  46.             }
  47.         }
  48.     ],
  49.     "objects": [
  50.         {
  51.             "center": {
  52.                 "x": 0,
  53.                 "y": 0,
  54.                 "z": 5
  55.             },
  56.             "color": {
  57.                 "b": 0,
  58.                 "g": 0,
  59.                 "r": 255
  60.             },
  61.             "lambert": 1,
  62.             "radius": 1,
  63.             "type": "sphere"
  64.         },
  65.         {
  66.             "center": {
  67.                 "x": 0,
  68.                 "y": -2,
  69.                 "z": 10
  70.             },
  71.             "color": {
  72.                 "b": 0,
  73.                 "g": 255,
  74.                 "r": 0
  75.             },
  76.             "lambert": 1,
  77.             "radius": 0.5,
  78.             "type": "sphere"
  79.         },
  80.         {
  81.             "center": {
  82.                 "x": 0,
  83.                 "y": 2,
  84.                 "z": 2
  85.             },
  86.             "color": {
  87.                 "b": 255,
  88.                 "g": 0,
  89.                 "r": 0
  90.             },
  91.             "lambert": 1,
  92.             "radius": 0.5,
  93.             "type": "sphere"
  94.         },
  95.         {
  96.             "center": {
  97.                 "x": 0,
  98.                 "y": 5,
  99.                 "z": 0
  100.             },
  101.             "color": {
  102.                 "b": 255,
  103.                 "g": 255,
  104.                 "r": 255
  105.             },
  106.             "lambert": 1,
  107.             "normal": {
  108.                 "x": 0,
  109.                 "y": -1,
  110.                 "z": 0
  111.             },
  112.             "type": "plane"
  113.         },
  114.         {
  115.             "center": {
  116.                 "x": 0,
  117.                 "y": -10,
  118.                 "z": 20
  119.             },
  120.             "color": {
  121.                 "b": 128,
  122.                 "g": 128,
  123.                 "r": 0
  124.             },
  125.             "lambert": 1,
  126.             "normal": {
  127.                 "x": 0,
  128.                 "y": 0,
  129.                 "z": -1
  130.             },
  131.             "type": "plane"
  132.         }
  133.     ]
  134. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement