JSDoc
This commit is contained in:
parent
0f4521e3de
commit
5226938ba3
|
@ -100,7 +100,7 @@ geo.MeshStreamer = function(path) {
|
||||||
/**
|
/**
|
||||||
* Compute a function that can compare two faces
|
* Compute a function that can compare two faces
|
||||||
* @param {Camera} camera a camera seeing or not face
|
* @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) {
|
geo.MeshStreamer.prototype.faceComparator = function(camera) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue