.. |
Abs.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Acos.hx
|
49d057a58b
Dynamic inputs fully working
|
2 年之前 |
Add.hx
|
39da358eb5
[shgraph] Add alpha preview, AlphaOver Node
|
1 年之前 |
AlphaOver.hx
|
39da358eb5
[shgraph] Add alpha preview, AlphaOver Node
|
1 年之前 |
Asin.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Atan.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Atan2.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
AutoAlpha.hx
|
ad4ce96c5f
Added auto alpha node and preview show alpha now
|
2 年之前 |
BandMask.hx
|
544f7559a8
ShaderGraph : - Added BandMask node
|
1 年之前 |
BoolConst.hx
|
2385c3bb0e
Shadergraph Codegen Refacto (#247)
|
1 年之前 |
Ceil.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Clamp.hx
|
4d586a8112
[shgraph] tentative fix for editor crash
|
1 年之前 |
Color.hx
|
023a0c4129
[shgraph] CSS Fixes, some things now properly trigger a shader recompile
|
1 年之前 |
Combine.hx
|
5ed44c2b5d
[shgraph] Tweaked nodes size
|
1 年之前 |
CombineAlpha.hx
|
5ed44c2b5d
[shgraph] Tweaked nodes size
|
1 年之前 |
Comment.hx
|
3de8bafec6
[shgraph] Added default comment to comments
|
1 年之前 |
Cond.hx
|
7e8661218f
[shgraph] cleaned up old shgraph commented code
|
1 年之前 |
Cos.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Cross.hx
|
fba04f280d
Shadergraph 2 (#229)
|
2 年之前 |
DecalProjection.hx
|
50937ff669
ShaderGraph : Added World UV option to decal projection
|
1 年之前 |
Deg2Rad.hx
|
8a30f174d5
[shgraph] Degree to Radian conversion nodes
|
1 年之前 |
Dissolve.hx
|
3df42e7d5d
[shgraph] Changed dissolve to only output alpha
|
1 年之前 |
Divide.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Dot.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Exp.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Flipbook.hx
|
fe481a12c3
Added rotate and flipbook uv nodes
|
1 年之前 |
FloatConst.hx
|
2385c3bb0e
Shadergraph Codegen Refacto (#247)
|
1 年之前 |
Floor.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Fract.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Fresnel.hx
|
608a2d1db9
[shgraph] Support for global variables delcaration in ShaderNodeHXSL
|
1 年之前 |
FrontFacing.hx
|
3f85050e2d
Adding FrontFacing shader graph node.
|
1 年之前 |
IfCondition.hx
|
e22d3d5a1c
[shgraph] Fixed cond and ifCondition missing defaults
|
1 年之前 |
Invert.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Length.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
LinearDepth.hx
|
822af15c2f
Adding linear depth and scene depth shader graph nodes.
|
1 年之前 |
Log.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Max.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Min.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Mix.hx
|
30659f3e89
[shgraph] Allow simple aliases for node names
|
1 年之前 |
Mod.hx
|
03ada9016f
[shgraph] UvScroll is not tiling now
|
1 年之前 |
Multiply.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
NormalMap.hx
|
52063623b1
Adding normal map shader graph node.
|
1 年之前 |
Normalize.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
OneMinus.hx
|
12eace277d
Adding One Minus shader node.
|
1 年之前 |
Parallax.hx
|
d0e2a710c6
Fix missing @perObject on Parallax shader graph node.
|
1 年之前 |
PolarCoordinates.hx
|
9159fe0c51
Added prototype function support in shadergraph, more nodes
|
1 年之前 |
Pow.hx
|
6a94aaf786
[shgraph] Added square/triangle wave, synced mini previews time with main preview
|
1 年之前 |
Preview.hx
|
2385c3bb0e
Shadergraph Codegen Refacto (#247)
|
1 年之前 |
Project.hx
|
40a1912c8b
New nodes and imrpovements
|
1 年之前 |
Rad2Deg.hx
|
8a30f174d5
[shgraph] Degree to Radian conversion nodes
|
1 年之前 |
Remap.hx
|
c604c93e63
Prevent NaN on Remap node.
|
1 年之前 |
Rotate.hx
|
142769c2f9
[shgraph] Added unit dropdown to Rotate node
|
1 年之前 |
RotateAboutAxis.hx
|
805dceb449
[ShaderGraph] Added RotateAboutAxis node
|
1 年之前 |
Sampler.hx
|
023a0c4129
[shgraph] CSS Fixes, some things now properly trigger a shader recompile
|
1 年之前 |
Saturate.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
SceneDepth.hx
|
822af15c2f
Adding linear depth and scene depth shader graph nodes.
|
1 年之前 |
Sign.hx
|
c3066c4491
Adding sign shader graph node.
|
1 年之前 |
SimpleNoise.hx
|
9159fe0c51
Added prototype function support in shadergraph, more nodes
|
1 年之前 |
Sin.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
SmoothStep.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Split.hx
|
aab9bf800f
[shgraph] Editor style tweaks
|
1 年之前 |
Sqrt.hx
|
6a94aaf786
[shgraph] Added square/triangle wave, synced mini previews time with main preview
|
1 年之前 |
SquareWave.hx
|
6a94aaf786
[shgraph] Added square/triangle wave, synced mini previews time with main preview
|
1 年之前 |
Step.hx
|
a54acc42fe
Added shadergraph caching and gradient support in editor
|
1 年之前 |
StripAlpha.hx
|
5ed44c2b5d
[shgraph] Tweaked nodes size
|
1 年之前 |
SubGraph.hx
|
2385c3bb0e
Shadergraph Codegen Refacto (#247)
|
1 年之前 |
Subtract.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Tan.hx
|
0f09be4afe
Converted math nodes to dynamic and added more nodes
|
2 年之前 |
Text.hx
|
2385c3bb0e
Shadergraph Codegen Refacto (#247)
|
1 年之前 |
TilingAndOffset.hx
|
79f8a6bda5
Added auto calculatedUv to TilingAndOffset
|
1 年之前 |
TriangleWave.hx
|
6a94aaf786
[shgraph] Added square/triangle wave, synced mini previews time with main preview
|
1 年之前 |
TriplanarParams.hx
|
cb24d378c7
Adding local bool on TriplanarParams.hx shader graph node.
|
11 月之前 |
TriplanarSampler.hx
|
56cf62a234
Adding triplanar sampler and triplanar params.
|
1 年之前 |
UVScroll.hx
|
608a2d1db9
[shgraph] Support for global variables delcaration in ShaderNodeHXSL
|
1 年之前 |
UnpackNormal.hx
|
fba04f280d
Shadergraph 2 (#229)
|
2 年之前 |
UvToScreen.hx
|
dc04fc451f
Removed Source inputs, improved default inputs
|
2 年之前 |
Vec2.hx
|
7ac7e606ea
[shgraph] new editor style
|
1 年之前 |
Vec3.hx
|
7ac7e606ea
[shgraph] new editor style
|
1 年之前 |
Vec4.hx
|
7ac7e606ea
[shgraph] new editor style
|
1 年之前 |