Add Raycaster for mouse picking
This commit is contained in:
parent
a6a7f5ba17
commit
08cdf0d41a
5 changed files with 85 additions and 11 deletions
9
pnpm-lock.yaml
generated
9
pnpm-lock.yaml
generated
|
|
@ -45,6 +45,9 @@ importers:
|
|||
eslint-plugin-vue:
|
||||
specifier: ^10.7.0
|
||||
version: 10.7.0(@typescript-eslint/parser@8.54.0(eslint@9.39.2)(typescript@5.9.3))(eslint@9.39.2)(vue-eslint-parser@10.2.0(eslint@9.39.2))
|
||||
globals:
|
||||
specifier: ^17.2.0
|
||||
version: 17.2.0
|
||||
happy-dom:
|
||||
specifier: ^20.4.0
|
||||
version: 20.4.0
|
||||
|
|
@ -917,6 +920,10 @@ packages:
|
|||
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
globals@17.2.0:
|
||||
resolution: {integrity: sha512-tovnCz/fEq+Ripoq+p/gN1u7l6A7wwkoBT9pRCzTHzsD/LvADIzXZdjmRymh5Ztf0DYC3Rwg5cZRYjxzBmzbWg==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
happy-dom@20.4.0:
|
||||
resolution: {integrity: sha512-RDeQm3dT9n0A5f/TszjUmNCLEuPnMGv3Tv4BmNINebz/h17PA6LMBcxJ5FrcqltNBMh9jA/8ufgDdBYUdBt+eg==}
|
||||
engines: {node: '>=20.0.0'}
|
||||
|
|
@ -2214,6 +2221,8 @@ snapshots:
|
|||
|
||||
globals@14.0.0: {}
|
||||
|
||||
globals@17.2.0: {}
|
||||
|
||||
happy-dom@20.4.0:
|
||||
dependencies:
|
||||
'@types/node': 24.10.9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue