-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SvelthreeGLTF.ts
improve dx and refactor (add new) types (see #136)
- rename interface `ITreeMember` to `ISvelthreeGLTFTreeMapMember` - `GLTF` is now passed via constructor, e.g. `const foo: SvelthreeGLTF = new SvelthreeGLTF(loaded_gltf_file: GLTF)` - `apply(...)` now uses a `Canvas` component reference instead of a `Canvas` DOM Element. - various `strict: true` related changes (due to `strict: true` in the SvelteKit tests project, see also #153 )
- Loading branch information
Vatroslav Vrbanic
committed
Aug 28, 2022
1 parent
e09cd60
commit 543fe00
Showing
2 changed files
with
82 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters