Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. { "name" : "ramp",
  2. "materials" :
  3. { "name" : "edges",
  4. "paths" : [
  5. { "points" : [ { "x": 0.0, "y": 0.1, "z": 0.2 }, { "x": 0.0, "y": 0.1, "z": 0.2 }, ... ] },
  6. { "points" : [ { "x": 0.0, "y": 0.1, "z": 0.2 }, { "x": 0.0, "y": 0.1, "z": 0.2 }, ... ] }
  7. ]
  8. },
  9. { "name" : "floor",
  10. "paths" : [
  11. { "points" : [ { "x": 0.0, "y": 0.1, "z": 0.2 }, { "x": 0.0, "y": 0.1, "z": 0.2 }, ... ],
  12. "normals" : [ { "x": 0.0, "y": 0.1, "z": 0.2 }, { "x": 0.0, "y": 0.1, "z": 0.2 }, ... ] }
  13. ]
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement