Sebastien Lagarde
7fa398c4
HDRenderLoop: Reorganize LightLoop pass, move code into SinglePass.cs
8 年前
Evgenii Golubev
10a41b5b
Make ComputeCubeToSphereMapSqMagnitude() simpler to use
8 年前
Matt Dean
2fdc11d3
RGBtoLuminance: fix for the fix
8 年前
Sebastien Lagarde
bebe7f01
Merge remote-tracking branch 'refs/remotes/origin/master' into Merge-FPTL
8 年前
Evgenii Golubev
c8a14bc3
Merge branch 'UpdateAreaLightImpl'
8 年前
Sebastien Lagarde
2b8343ed
HDRenderLoop: Move GetNdotV function again
8 年前
Matt Dean
cf30e087
Merge branch 'hackweek2017' of https://github.com/stramit/MaterialGraph into hackweek2017
8 年前
sebastienlagarde
0da561ce
Merge remote-tracking branch 'refs/remotes/origin/master' into Merge-FPTL
8 年前
Julien Ignace
c14da547
Fixed compilation of lit shader.
8 年前
bfogerty
5b4645b7
Procedural, Math, and UV Nodes
8 年前
Evgenii Golubev
2636e56e
Remove completed TODOs
8 年前
Julien Ignace
aac1235c
Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop
8 年前
Andre McGrail
c127b19f
-Moved cube map node
-Tweaked colour guide texture
-Fixed time node
8 年前
Matt Dean
942d8736
Fixed dot error on RGBtoLuminance
8 年前
Evgenii Golubev
be9aaa74
Use FastACos for the area light code
8 年前
sebastienlagarde
ed862ed6
Merge remote-tracking branch 'refs/remotes/origin/master' into Merge-FPTL
8 年前
sebastienlagarde
1500689d
HDRenderLoop: Move function from common.hlsl to commonlighting.hlsl
8 年前
Matt Dean
2c5dc651
Cleanup
Cleaned up new nodes
Changed Function3Input kShaderNames to be protected
8 年前
Evgenii Golubev
abb866e7
Use a more accurate FastACos implementation
8 年前
sebastienlagarde
31e4c8ca
HDRenderLoop: Intermediate state
8 年前
GitHub
064c17bd
Merge pull request #11 from EvgeniiG/master
Implement ellipsoidal fade out for area lights
8 年前
Julien Ignace
99b57d08
- Temporarily disabled "triplanar" in LayeredLit GUI (until it's implemented)
- Cleaned LayeredLit GUI a little.
8 年前
Florent Guinier
7ae13517
SwizzleNode now working
8 年前
Tim Cooper
3094ee75
Merge branch 'new-importer-workflow' into hackweek2017
8 年前
Evgenii Golubev
290723c7
Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop into UpdateAreaLightImpl
8 年前
sebastienlagarde
6a1b6e2f
Merge remote-tracking branch 'refs/remotes/origin/master' into Merge-FPTL
8 年前
Julien Ignace
2d47017c
Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop
# Conflicts:
# Assets/ScriptableRenderLoop/HDRenderLoop/Material/Lit/LitData.hlsl
# Assets/ScriptableRenderLoop/HDRenderLoop/Material/Lit/LitDebugPass.hlsl
8 年前
Florent Guinier
cbbf048e
Fix SwizzleNode step1
8 年前
Andre McGrail
2dbd4aa3
Added nodes
-Ceil
-Exponential
-Floor
-Frac
-HSVtoRGB
-Hue
-InverseLerp
-OneMinus
-Remap
-RGBtoHCV
-RGBtoHSV
-Round
-Sign
-SquareRoot
-Step
-Trunc
-FMod
-Log
WIP Nodes
-ComponentSplitNode
-Cubemap
-Function1in3out
8 年前
sebastienlagarde
a919228a
Merge remote-tracking branch 'refs/remotes/origin/master' into Merge-FPTL
8 年前
sebastienlagarde
996cc98f
HDRenderLoop: Move FragInput is now global to share code + reorganise debug attributes
8 年前
Tim Cooper
8f917469
Fix saving the shader so that it can be used on objects in the scene.
8 年前
Florent Guinier
8f28c9f1
move levelNode to "range" menu
8 年前
sebastienlagarde
ad982eb6
HDRenderLoop: Rearrange debug param menu to be more artists friendy
8 年前
Tim Cooper
8bbb99b1
fix up serialisation on load.
8 年前
Florent Guinier
6f40e6a8
Level node (this time working :))
8 年前
Evgenii Golubev
a6a6e773
Implement ellipsoidal fade out for area lights
8 年前
Tim Cooper
1896e42f
[Improvements]Change workflow to work with new montreal importer work (scriptable importer)
8 年前
Florent Guinier
ce59a9db
Step1 for LevelNode
8 年前
Tim Cooper
c0b51820
fixing after merge
8 年前
Julien Ignace
705c2c66
Added proper support for Vertex Color in LayeredLit shader.
8 年前
Peter Bay Bastian
9e18b962
Temporarily disable pixel caching due to issues with IMGUI controls
8 年前
Tim Cooper
591ca2fd
Start upgrade to new graph view.
8 年前
joce
9a543d90
update to latest GraphView
8 年前
joce
b965052b
update to latest canvas2d branch
Signed-off-by: joce <joce@unity3d.com>
8 年前
joce
bdd758ff
Add GraphView as submodule
Signed-off-by: joce <joce@unity3d.com>
8 年前
joce
0b37ab28
Remove GraphView copy
Signed-off-by: joce <joce@unity3d.com>
8 年前
joce
f4fad3a8
Update to latest GraphView
** Requires update to Unity branch **
- New way to reference StyleSheets (no longer using attributes). This in the
goal of moving GraphView to a GitHub submodule.
- Styles sheets moved under Resources folder
- BaseTypeMapper renamed BaseTypeFactory
- Little change to edge drawing code.
- Changes to selection mechanism.
- NodeAnchors are no longer always removed/added on a DataChange (more changes
to come to this soon).
- Dragger and NodeDragger change only the VisualElement on MouseMove. The
presenter is now changes and notified of the change only upon MouseUp.
- Various minute changes to demo presenters.
Signed-off-by: joce <joce@unity3d.com>
8 年前
Peter Bay Bastian
ab990b62
TypeMapper and ScriptableObjectFactory
Only used in AbstractGraphInspector for now
8 年前
joce
4702ac61
Updated graphs
Signed-off-by: joce <joce@unity3d.com>
8 年前