Skip to content
Snippets Groups Projects
Commit a6bb3b5d authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

small change

parent 0301302d
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
define(['underscore', 'three'], function(_, THREE){
var camera = new THREE.PerspectiveCamera(60, window.innerWidth/window.innerHeight, 0.01, 1000);
// camera.setLens(50);
var scene = new THREE.Scene();
var renderer = new THREE.WebGLRenderer({antialias:true});//antialiasing is not supported in ff and on mac+chrome
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment