Monster commit
This commit is contained in:
@@ -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}];
|
||||
|
||||
|
||||
@@ -306,6 +306,7 @@ geo.MeshStreamer.prototype.start = function(socket) {
|
||||
self.predictionTable = predictionTables[3];
|
||||
};
|
||||
|
||||
console.log(prefetch);
|
||||
self.generator = geo.ConfigGenerator.createFromString(prefetch, self);
|
||||
self.backupGenerator = new geo.ConfigGenerator(self);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user