Browse Source

minor styling

Julien Barrois 7 years ago
parent
commit
722da30a61
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Mesh/babylon.subMesh.ts

+ 2 - 0
src/Mesh/babylon.subMesh.ts

@@ -372,6 +372,8 @@
             }
             return intersectInfo;
         }
+
+        /** @hidden */
         private _intersectTriangles(ray: Ray, positions: Vector3[], indices: IndicesArray, fastCheck?: boolean): Nullable<IntersectionInfo> {
             var intersectInfo: Nullable<IntersectionInfo> = null;
             // Triangles test