瀏覽代碼

Frustum: TS missing methods

Guilherme Avila 6 年之前
父節點
當前提交
8e0e94a922
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/math/Frustum.d.ts

+ 1 - 1
src/math/Frustum.d.ts

@@ -37,7 +37,7 @@ export class Frustum {
 	copy( frustum: Frustum ): this;
 	copy( frustum: Frustum ): this;
 	setFromMatrix( m: Matrix4 ): Frustum;
 	setFromMatrix( m: Matrix4 ): Frustum;
 	intersectsObject( object: Object3D ): boolean;
 	intersectsObject( object: Object3D ): boolean;
-	intersectsObject( sprite: Sprite ): boolean;
+	intersectsSprite( sprite: Sprite ): boolean;
 	intersectsSphere( sphere: Sphere ): boolean;
 	intersectsSphere( sphere: Sphere ): boolean;
 	intersectsBox( box: Box3 ): boolean;
 	intersectsBox( box: Box3 ): boolean;
 	containsPoint( point: Vector3 ): boolean;
 	containsPoint( point: Vector3 ): boolean;