-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(plot): use plot class for RGB rendering (#41)
- Replace generateImage with plot class for RGB rendering - Add RGB shader implementation with both nearest and bilinear interpolation - Add color mapping support for RGB mode - Fix RGB texture sampling boundary handling - Clean up code and improve error handling - Remove generateImage.ts as it's no longer needed
- Loading branch information
Showing
4 changed files
with
254 additions
and
159 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.