-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[storybook] Updates custom-rendering example
Since @sigma/node-border is now working, to get a custom node program that is not already implemented elsewhere for the custom-rendering story, the local node.border.ts program is replaced by a new node.gradient.ts program. It's basically the same, but with the fragment shader modified so that it draws a gradient instead of a border.
- Loading branch information
Showing
4 changed files
with
22 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
21 changes: 3 additions & 18 deletions
21
...k/stories/custom-rendering/node.border.ts → ...stories/custom-rendering/node.gradient.ts
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
File renamed without changes.