calculate normals even when loading from API

beta.r3js.org
Theunis J. Botha 2016-11-24 12:56:39 +01:00
parent ae2faff7af
commit 1e6a22bed7
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ GameLib.D3.Scene.LoadSceneFromApi = function(
var scene = response.scene[0];
GameLib.D3.Scene.LoadScene(scene, onLoaded, graphics, uploadUrl, progressCallback, false);
GameLib.D3.Scene.LoadScene(scene, onLoaded, graphics, uploadUrl, progressCallback, true);
}
}
}(xhr);