-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathshader_nodes.json
194 lines (194 loc) · 5.43 KB
/
shader_nodes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
{
"2D Primitives": [
"sdArc",
"sdArrow",
"sdBezier",
"sdBlobby Cross",
"sdBox",
"sdBox Oriented",
"sdCircle",
"sdCorner",
"sdCosine",
"sdCross",
"sdCut Disk",
"sdCircle Wave",
"sdDog Bone",
"sdEgg",
"sdEllipse",
"sdEllipse N",
"sdFlat Joint",
"sdRound Joint",
"sdHeart",
"sdHexagon",
"sdHexagram",
"sdHorseshoe",
"sdHyperbolic Cross",
"sdMoon",
"sdNgon",
"sdOctogon",
"sdOne Over X",
"sdParabola",
"sdParabola Segment",
"sdParallelogram",
"sdPentagon",
"sdPie",
"sdQuad",
"sdQuadratic Circle",
"sdQuadratic Circle Cheap",
"sdRhombus",
"sdRound Box",
"sdRound Square",
"sdRounded X",
"sdRounded Cross",
"sdRing",
"sdSegment",
"sdSine N",
"sdSpiral",
"sdSpiral Arcs",
"sdSpiral A Round@Archimedean spiral with round caps",
"sdSpiral A Square@Archimedean spiral with squared caps",
"sdSpiral A UV@Archimedean spiral with UVs",
"sdSquare Stairs",
"sdSquircle",
"sdSquircle Cheap",
"sdStairs",
"sdStar",
"sdStar 5",
"sdTrapezoid",
"sdTrapezoid Y",
"sdTunnel",
"sdUneven Capsule",
"sdUneven Capsule Y",
"sdVesica",
"sdVesica Segment",
"sdWedge"
],
"2D Primitives L-inf": [
"sdBoxLN",
"sdCircleLN",
"sdEllipseLN",
"sdLineLN",
"sdParabolaLN",
"sdParabola SegmentLN",
"sdRound BoxLN",
"sdRhombusLN"
],
"Triangle": [
"sdTriangle",
"sdTriangle Isosceles",
"sdTriangle Equilateral"
],
"Polygon": ["sdPolygon 4", "sdPolygon 8"],
"Patterns_": ["sdRunes", "sdTruchet"],
"3D Primitives_": [
"sdBezier",
"sdBox3D",
"sdBox Frame",
"sdCapped Cone",
"sdCapped Torus",
"sdCone",
"sdCut Hollow Sphere",
"sdCut Sphere",
"sdDeath Star",
"sdEllipsoid",
"sdHex Prism",
"sdInfinite Cone",
"sdInfinite Cylinder",
"sdLink",
"sdOctahedron",
"sdPlane",
"sdRound Cone",
"sdRounded Cylinder",
"sdRhombus3D",
"sdSegment",
"sdSolid Angle",
"sdSphere",
"sdTorus",
"sdTriangle3D",
"sdTri Prism",
"sdTri Prism Bound",
"sdVertical Capped Cone",
"sdVertical Cylinder",
"sdVertical Round Cone",
"sdVertical Segment"
],
"SDF Ops": [
"+1 Input SDF Operators",
"opOnion",
"opMask@Create clamped 0-1 mask from negative SDF values",
"opFlatten@Clamp range and map to [0-1] range",
"opInvert@Invert SDF values",
"opDilate@Grow or shrink SDF boundary",
"opHermite Pulse@Hermite pulse between min and max SDF values",
"_",
"+2 Input SDF Operators",
"opXor",
"opBlend@Blend between SDF values",
"opExclusion XOR@Union with intersection removed",
"opDivide@Union with gap between SDFs",
"opPipe@Produces a cylindrical pipe along the intersection",
"opEngrave@Intersection with v-shaped cut out",
"opGroove@Intersection with groove cut out",
"opTongue@Intersection with tongue cut out"
],
"SDF Union": [
"opUnion",
"opUnion Soft",
"opUnion Round",
"opUnion Columns",
"opUnion Smooth",
"opUnion Stairs",
"opUnion Chamfer"
],
"SDF Intersection": [
"opIntersect",
"opIntersect Round",
"opIntersect Columns",
"opIntersect Smooth",
"opIntersect Stairs",
"opIntersect Chamfer"
],
"SDF Difference_": [
"opDifference",
"opDifference Round",
"opDifference Columns",
"opDifference Smooth",
"opDifference Stairs",
"opDifference Chamfer"
],
"UV Ops": [
"opUV Grid",
"opUV Random Rotate@Rotate UV coordinates by 90 degrees in grid",
"opUV Random Flip@Flip and rotate UV coordinates"
],
"Scalar Ops": [
"opRepeat Infinite 1D",
"opRepeat Infinite Mirror 1D",
"opRepeat Finite 1D",
"opMirror 1D@Mirror at an axis-aligned plane which is at a specified distance from the origin"
],
"Vector Ops": [
"opBend@Bend position",
"opElongate",
"opExtrude",
"opRadial Shear@Radially shear around XY",
"opSwizzle@Swizzle axis",
"opSpin@Spin position around axis",
"opSwirl@Swirl around XY",
"opTwist@Twist around XY",
"_",
"opPolar@Repeat around the origin by a fixed angle",
"opPlane Reflect@Reflect position with a plane and offset",
"opRepeat Infinite@Repeat position infinitely with spacing control",
"opRepeat Infinite Mirror@Repeat position infinitely but mirror every second cell so all boundaries match",
"opRepeat Finite@Repeat position with limits",
"opMirror Octant@Mirror in Octant"
],
"Vector Conversion": [
"opMap -1-1@Map UV Range [0,1] to [1,1]",
"opMap -0.5-0.5@Map UV Range [0,1] to [-0.5,0.5]",
"opMap 0-1@Map [-1,1] to UV Range [0,1]"
],
"Tiling_": ["opHexagon Grid"],
"Misc": ["sdViewer"]
}