|
@@ -1,6 +1,6 @@
|
|
module BABYLON {
|
|
module BABYLON {
|
|
/**
|
|
/**
|
|
- * @class FaceAdjacencies Helper class to generate edges
|
|
|
|
|
|
+ * FaceAdjacencies Helper class to generate edges
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
class FaceAdjacencies {
|
|
class FaceAdjacencies {
|
|
@@ -11,7 +11,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * @class LineEdgesRenderer for LineMeshes to remove unnecessary triangulation
|
|
|
|
|
|
+ * LineEdgesRenderer for LineMeshes to remove unnecessary triangulation
|
|
* @param {string} author Bartosz Ostapowicz
|
|
* @param {string} author Bartosz Ostapowicz
|
|
*
|
|
*
|
|
* */
|
|
* */
|
|
@@ -130,4 +130,4 @@
|
|
this._indicesCount = this._linesIndices.length;
|
|
this._indicesCount = this._linesIndices.length;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|