We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85cdcdd commit 368e48eCopy full SHA for 368e48e
1 file changed
README.md
@@ -24,29 +24,5 @@ These are the nodes currently "done" (room for improvement)...
24
- Scene Preview
25
- (incomplete) MeshStandardNode shader node. ( only colorNode property )
26
- Image texture node
27
-- Operations:
28
- - .add
29
- - .sub
30
- - .mul
31
- - .div
32
- - .assign
33
- - .mod
34
- - .equal
35
- - .notEqual
36
- - .lessThan
37
- - .greaterThan
38
- - .lessThanEqual
39
- - .greaterThanEqual
40
- - .and
41
- - .or
42
- - .not
43
- - .xor
44
- - .bitAnd
45
- - .bitNot
46
- - .bitOr
47
- - .bitXor
48
- - .shiftLeft
49
- - .shiftRight
50
-
51
+- Operations: All math operations and Operators... (not tested fully)
52
- Value Node
0 commit comments