fix(pick): add worldNormal in bound pick #959
Annotations
10 errors and 1 warning
test:
src/components/gui/GUIPick.ts#L68
This comparison appears to be unintentional because the types 'ColliderComponent' and 'IUIInteractive' have no overlap.
|
test:
src/components/gui/GUIPick.ts#L69
Property 'mouseStyle' does not exist on type 'ColliderComponent'.
|
test:
src/components/gui/GUIPick.ts#L85
Type 'ColliderComponent' is missing the following properties from type 'IUIInteractive': interactive, visible, interactiveVisible, mouseStyle
|
test:
src/components/gui/GUIPick.ts#L115
Property 'mouseStyle' does not exist on type 'ColliderComponent'.
|
test:
src/components/gui/GUIPick.ts#L122
Type 'ColliderComponent' is not assignable to type 'IUIInteractive'.
|
test:
src/components/gui/GUIPick.ts#L138
This comparison appears to be unintentional because the types 'ColliderComponent' and 'IUIInteractive' have no overlap.
|
test:
src/components/gui/GUIPick.ts#L144
Property 'object3D' does not exist on type 'never'.
|
test:
src/components/gui/GUIPick.ts#L146
Property 'object3D' does not exist on type 'never'.
|
test:
src/components/gui/GUIPick.ts#L207
Type 'IUIInteractive' is missing the following properties from type 'ColliderComponent': _shape, start, onEnable, onDisable, and 20 more.
|
test
Process completed with exit code 1.
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|