-
-
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.
Don't import
Foo
from 'three' into component Foo
, import `Foo as …
…THREE_Foo` from 'three' instead (#161) - I've chosen `THREE_` as prefix, may change in future, but I like it so far. - Also: currently `Scene` and `Object3D` three.js classes and types are always being imported `as THREE_Foo`, but this is actually not always neccessary -> may change before `1.0.0-next.1`
- Loading branch information
Vatroslav Vrbanic
committed
Sep 9, 2022
1 parent
9cfba65
commit eac6c99
Showing
16 changed files
with
220 additions
and
201 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
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
Oops, something went wrong.