Monster commit

This commit is contained in:
Thomas FORGIONE
2016-01-08 16:05:09 +01:00
parent 1bee439d5a
commit f338e4006b
37 changed files with 1876 additions and 333 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ geo.V_PD_Generator.prototype.generateMainConfig = function(cameraFrustum, recomm
* Generates a configuration with only the camera frustum, with proportion of 1
* @returns {Object[]} an array with one element corresponding to the camera frustum
*/
geo.V_PD_Generator.prototype.generateFillingConfig = function() {
geo.V_PD_Generator.prototype.generateFillingConfig = function(a,b,cameraFrustum) {
return [{proportion:1, frustum: cameraFrustum}];