Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Run svelte-check + fix errors / warnings / hints before renaming Object3D component to Obj3D #143

Closed
vatro opened this issue Aug 18, 2022 · 0 comments
Assignees
Milestone

Comments

@vatro
Copy link
Owner

vatro commented Aug 18, 2022

Maybe this will fix something concerning #141 ? 🤷‍♂️

@vatro vatro added this to the 1.0.0-next.1 milestone Aug 18, 2022
@vatro vatro self-assigned this Aug 18, 2022
vatro pushed a commit that referenced this issue Aug 19, 2022
- Do not import (currently) unused `SvelthreeAnimationFunctionReturn` type

- Do not import unused type `Writable`

- Remove `await` before `remove_instance(...)` call. `remove_instance` is not an async function (probably was at some point).

- `CubeCamera` remove unused type `OnlyWritableNonFunctionProps`

- `Canvas` comment out currently unused `name` attribute

- `AmbientLight` remove unused `w_sh`

- `Canvas` remove unused var `render_mode`. These are probably remains of a former concept.

- `Canvas` 'e' was declared but its value was never read
vatro pushed a commit that referenced this issue Aug 19, 2022
This reverts commit 3e6ba21.
vatro pushed a commit that referenced this issue Aug 19, 2022
vatro pushed a commit that referenced this issue Aug 19, 2022
`remove_instance` is not an async function (probably was at some point).
vatro pushed a commit that referenced this issue Aug 19, 2022
vatro pushed a commit that referenced this issue Aug 19, 2022
These are probably remains of a former concept.
vatro pushed a commit that referenced this issue Aug 19, 2022
…t3DSvelthreeComponent` type alias (#143)

Forgot to change this when `Empty` component was replaced, see #132

TODO: the `CubeCamera` should currently break in VS Code just like `Spotlight`, see #141 because we're using `Object3D` type (alias) and `THREE.Object3D` in a Union Type for `bind_pos` and `hide` attributes. Created new issues for this, see #144
vatro pushed a commit that referenced this issue Aug 19, 2022
instance injection isn't implemented yet. see #124
vatro pushed a commit that referenced this issue Aug 19, 2022
instance injection isn't implemented yet. see #126
vatro pushed a commit that referenced this issue Aug 19, 2022
…`get_index_in_orbitcontrols()` method (#143)

May be useful -> to clarify. If not remove them both, see #145
vatro pushed a commit that referenced this issue Aug 19, 2022
vatro pushed a commit that referenced this issue Aug 19, 2022
vatro pushed a commit that referenced this issue Aug 19, 2022
…s` (#143)

Still not sure if we even need this / want to handle this like Svelte, see #146
vatro pushed a commit that referenced this issue Aug 19, 2022
vatro pushed a commit that referenced this issue Aug 19, 2022
`SpotLight` is being primarily rotated by moving it's `.target`, clarify / check free rotation using `rot` (currently not implemented), see #147
vatro pushed a commit that referenced this issue Aug 19, 2022
Removes related svelte-check hints, untested in an app -> see #148
vatro pushed a commit that referenced this issue Aug 19, 2022
vatro pushed a commit that referenced this issue Aug 19, 2022
All inferred as `e: { detail: { event: PointerEvent } }`
vatro pushed a commit that referenced this issue Aug 19, 2022
vatro pushed a commit that referenced this issue Aug 20, 2022
vatro pushed a commit that referenced this issue Aug 20, 2022
TODO: we want to get rid of the `SvelthreeLightWithShadow` -> see #149
@vatro vatro closed this as completed in fa85ff4 Aug 20, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant