This commit is contained in:
Thomas FORGIONE 2015-10-13 16:32:36 +02:00
parent 0f4521e3de
commit 5226938ba3
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ geo.MeshStreamer = function(path) {
/**
* Compute a function that can compare two faces
* @param {Camera} camera a camera seeing or not face
* @returns the function that compares two faces : the higher face is the most interesting for the camera
* @returns {function} the function that compares two faces : the higher face is the most interesting for the camera
*/
geo.MeshStreamer.prototype.faceComparator = function(camera) {