Skip to content

Commit

Permalink
refactor: delete useless scene raycast
Browse files Browse the repository at this point in the history
  • Loading branch information
gz65555 committed Sep 7, 2021
1 parent f064cc8 commit 6a4c372
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/core/src/Scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,4 @@ export class Scene extends EngineObject {
}

features: SceneFeature[] = [];

/**
* Raycast.
* @deprecated
* @param ray
*/
public raycast(ray: { origin: Vector3; direction: Vector3 }, outPos?: Vector3, tag?: Layer): any {}
}

0 comments on commit 6a4c372

Please sign in to comment.