소스 검색

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