浏览代码

minor styling

Julien Barrois 7 年之前
父节点
当前提交
722da30a61
共有 1 个文件被更改,包括 2 次插入0 次删除
  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