Commit f6160557 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

fixed initial fov

parent ee9b9e2f
......@@ -116,6 +116,7 @@ X3DOMObject.prototype.resize = function(){
var fov = w/h*self._FOV;
//fov = Math.PI/2;
console.log(fov);
self.setFoV(fov);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment