Jennifer Nordwall
|
d8de64bf
|
Fixed slot bug
|
8 年前 |
RinaldoTjan
|
67baa28e
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
Jennifer Nordwall
|
8a797aa6
|
Added matrix multiply, transpose, vector projection and rejection
|
8 年前 |
RinaldoTjan
|
3e47bb19
|
Fix Enum issue.
Added System.Enum.GetName(typeof(BlendModesEnum), m_BlendMode);
|
8 年前 |
bfogerty
|
1780d88e
|
The Voronoi Noise can now be animated.
|
8 年前 |
RinaldoTjan
|
180f53e2
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
RinaldoTjan
|
5e5d7d07
|
Fix the title of the node.
It was named RGB to Linear in the node title.
|
8 年前 |
bfogerty
|
cd52a1e3
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
RinaldoTjan
|
0c2f7214
|
Complete the 20 blending nodes.
Remove restriction of vector3.
|
8 年前 |
MingWai
|
b359c1c7
|
Let master node to have 2D preview
|
8 年前 |
RinaldoTjan
|
41da8598
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
Eduardo Chaves
|
337cd82b
|
Finilized Adder shader, fixed FunctionNInNOut issues
|
8 年前 |
bfogerty
|
ae510b9e
|
Added a Voronoi Noise Node
|
8 年前 |
bfogerty
|
1bba1ba2
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
vlad
|
fd9c67e7
|
Cosmetic change on the output name of the rotation node.
|
8 年前 |
Eduardo Chaves
|
4adac24f
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
bfogerty
|
4799b1ee
|
Changed some function names for noise.
|
8 年前 |
Eduardo Chaves
|
0398de24
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
vlad
|
500e0026
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
Matt Dean
|
351b9795
|
Move noise to root procedural
|
8 年前 |
Matt Dean
|
fdf9189a
|
Fix noise naming
|
8 年前 |
vlad
|
45498f4b
|
Made rotation node default to mesh UVs if no UV input is specified.
|
8 年前 |
Andre McGrail
|
b6182225
|
Menu reorg: All math nodes organised and cleaned
|
8 年前 |
Matt Dean
|
423d104b
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
Florent Guinier
|
4b0b903e
|
Add CombineNode
|
8 年前 |
Eduardo Chaves
|
818ed653
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
bfogerty
|
1edaa84a
|
Removed unused property values.
|
8 年前 |
Matt Dean
|
4eca4e2f
|
Menu Reorg: Art & Levels
|
8 年前 |
Florent Guinier
|
dd853ee2
|
Add flexibility to splitnode
|
8 年前 |
Eduardo Chaves
|
dd8b5552
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
bfogerty
|
9d1506f2
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
Matt Dean
|
eeaa57f9
|
Menu Reorg: Channel & Procedural
|
8 年前 |
Eduardo Chaves
|
91c14c31
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
Florent Guinier
|
085216ab
|
Split And Combine step1
|
8 年前 |
Eduardo Chaves
|
620b809b
|
Adding the Add node with dynamic inputs and respective presenter (W.I.P)
|
8 年前 |
Matt Dean
|
d6b32a39
|
Menu Reorg: UV
|
8 年前 |
Eduardo Chaves
|
5eca2dca
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
bfogerty
|
7246a740
|
Added a procedural noise function.
|
8 年前 |
Matt Dean
|
5bed2efc
|
Menu Reorg: Input
|
8 年前 |
bfogerty
|
972f9e83
|
Removed commented code from LineNode
|
8 年前 |
RinaldoTjan
|
efc8e110
|
Add More Blend Modes.
Added Divide, HardMix, LinearDodge, Linear Light, Linear Burn, Vivid Light. Fix Soft light.
|
8 年前 |
bfogerty
|
6259f4aa
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
Andre McGrail
|
76834d6a
|
Potential fix to the remap node, removed forward slash in input names
|
8 年前 |
Andre McGrail
|
e5548745
|
Fixed Cube map preview
|
8 年前 |
bfogerty
|
1721483e
|
Procedural Line Segments
|
8 年前 |
Andre McGrail
|
8e7cca56
|
Remap Resurrected again
Cubemap uses WorldViewReflection if no UVs plugged in
|
8 年前 |
bfogerty
|
d1d62e5d
|
The UV Rotator is now under the UV menu.
|
8 年前 |
bfogerty
|
30bac3ab
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
Florent Guinier
|
c51916c9
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |
Matt Dean
|
d6b72c9a
|
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
|
8 年前 |