-
-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
uv_transform
attribute to mesh, meshscatter, surface and image (#…
…1406) * replay changes from master (add per-instance uv_scale) * define uv_transform instead of just scale * fix shader * add uv_transform attribute * add UVTransform and conversions * merge uv_scale into uv_transform * disable in WGLMakie * extend usage to mesh and surface * export UVTransform * update changelog * prototype Mat transforms * fix order of matrix dimensions * use only one buffer * update other shaders * update defaults * update image * switch to master defaults * fix patterns * add more named transforms * apply suggestions + cleanup * add symbol -> plot defaults * add tests for conversions * fix tests * drop support for rotations * add refimg * allow rotation in uv_transform() function only * document uv_transform() function * update attribute docs * update changelog * fix rotation direction of surface * update test * add uv_transforms to CairoMakie * fix tests * restore comment * actually use convert_arguments on uv_transform * get mesh, surface, image working in WGLMakie * fix heatmap * add textures to meshscatter with static uv_transform * implement per-instance uv_transform * add test for per-element uv_transform in meshscatter * allow operation chaining in uv_transform * fix chaining & add test * add docs example * update changelog * sample color in vertex shader for particles --------- Co-authored-by: Simon <sdanisch@protonmail.com>
- Loading branch information
1 parent
1363eba
commit 153997e
Showing
27 changed files
with
540 additions
and
123 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
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
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
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.