-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: 29 effectcomposer does not correctly react to canvas resizing (…
…#30) * feat: outline effect is now to a .vue file * docs: docs for outline effect * chore: replaced composer injection key by symbol * bugfix: fixed #29 * chore: imported utility function from core * chore: removed debug code * chore: fixed effect by adding computeds * chore: added more checks on condition * feat: 23 refactor effects to vue files (#28) * feat: outline effect is now to a .vue file * docs: docs for outline effect * chore: replaced composer injection key by symbol --------- Co-authored-by: Tino Koch <tino.koch@xpoli.eu> * fix: compute localCamera (#31) --------- Co-authored-by: Tino Koch <tino.koch@xpoli.eu> Co-authored-by: Alvaro Saburido <alvaro.saburido@gmail.com>
- Loading branch information
1 parent
bff26d7
commit a0b177d
Showing
7 changed files
with
60 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<template> | ||
<GlitchDemo /> | ||
</template> | ||
|
||
<script lang="ts" setup></script> |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.