Skip to content

Commit 1126772

Browse files
committed
added math ops
1 parent fadc758 commit 1126772

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ These are the nodes currently "done" (room for improvement)...
2020
- Scene Preview
2121
- (incomplete) MeshStandardNode shader node. ( only colorNode property )
2222
- Image texture node
23+
- Some math operations:
24+
- \+
25+
- \-
26+
- \*
27+
- \/
28+
- \%
29+
- \=\=
30+
- !=

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tsl-nodes",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)