// Generated by CoffeeScript 1.4.0 (function() { var scene, x3d; x3d = d3.select('body').append('x3d').attr('height', '500px').attr('width', '960px'); scene = x3d.append('scene'); scene.append('inline').attr('url', 'scene2.x3d'); scene.append('OrthoViewpoint').attr({ 'fieldOfView': '-5 -5 5 5', 'position': '0 1 0', 'orientation': '-1 0 0 1.57079632679' }); }).call(this);