Julien Ignace
d2e6ad3c
Smoothness now has a min/max slider for remapping when a texture is provided (otherwise, the regular slider is still available).
8 年前
GitHub
a7bad06d
Merge pull request #392 from Unity-Technologies/Branch_LitAndLayeredImprovements
Removed DetailMask and Emissive Mode.
8 年前
Julien Ignace
2d461ae1
Removed DetailMask and Emissive Mode.
- Detail mask is now always in the blue channel of the mask map
- Emissive is now EmissiveMap * EmissiveColor * lerp(1.0, Albedo, albedoAffectEmissive) with EmissiveMap being optional.
8 年前
GitHub
caa90067
Merge pull request #391 from Unity-Technologies/Branch_LitAndLayeredImprovements
Branch litandlayeredimprovements
8 年前
Julien Ignace
2e93ea50
Removed the now useless "normal map sampling with bias" code.
8 年前
Julien Ignace
ba7a39b0
Normal map influence now lerps to the tangent space vertex normal instead of lower mip of the normal map. Less artifacts and probably better performance.
8 年前
Julien Ignace
27e00b17
Fixed a bug where main layer influence would show up even if the main layer blend mask was zero.
8 年前
Julien Ignace
26608503
- "Opacity As Density" mode is now a checkbox
- Fixed Density mode when using Height based blend.
8 年前
Julien Ignace
9ddbd02b
Heightmaps are now parametrized with Min/Max values instead of amplitude.
8 年前
sebastienlagarde
c1c97c18
push draft
8 年前
GitHub
1df4fb35
Merge pull request #389 from Unity-Technologies/Branch_UpdateShadowScene
Branch updateshadowscene
8 年前
Julien Ignace
09f867e5
Renamed CascadedShadowsTest to ShadowsTest
8 年前
rthompson-unity
9d156845
Further fptl tidy up
8 年前
Julien Ignace
e9449d38
Update Shadow Scene
8 年前
rthompson-unity
7e1b650c
Added async compute to fptl light list build. Removed shader that was not in use and causing compile errors on ps4
8 年前
Peter Bay Bastian
9bf884ab
Add object field attribute control
7 年前
Peter Bay Bastian
fd78eaed
Small fix for gradient node
7 年前
Peter Bay Bastian
aeedf575
Attribute control for gradient node
7 年前
Peter Bay Bastian
319e2795
Fix update scope of matrix nodes (they do not support preview properties yet)
7 年前
Peter Bay Bastian
7bb42428
Use attribute controls for Matrix nodes
7 年前
Peter Bay Bastian
e6e04a49
Use attribute controls for TransformNode
7 年前
Peter Bay Bastian
152042bb
Comment out IfNode for now
7 年前
Peter Bay Bastian
56967512
Property attribute control
7 年前
Peter Bay Bastian
f695b6fa
Enum attribute control
7 年前
damian
a327462f
Converted all nodes to use no-presenter.
7 年前
Peter Bay Bastian
95ea6e13
Turn off preview for color node
7 年前
damian
92315882
Fixed deleting edges
7 年前
Peter Bay Bastian
fcbee16f
Remove commented out node presenters
7 年前
damian
2ecb0d96
Hooked up MaterialNodeView.OnModified() to main presenter OnModified callback.
7 年前
Peter Bay Bastian
811d7dab
Color attribute control
7 年前
damian
591d8820
Fixed MaterialNodeView.OnModified() after no-presenters change.
7 年前
Peter Bay Bastian
336d2f81
Rename variable in MaterialNodeView
7 年前
damian
a4a72ae8
Added support for connecting edges between 2 no-presenter nodes.
7 年前
Peter Bay Bastian
2bfaf109
Default control attribute (so far only for floats)
7 年前
damian
33ee05ff
Fixed compatibleAnchors checks for when starting on a no-presenter anchor.
7 年前
Peter Bay Bastian
1125f7df
Common attribute control for floaty properties
7 年前
Jens Holm
ddc1113a
Resize handle added only to preview node
7 年前
damian
e9b2550a
Added support for checking compatible no-presenter anchors.
7 年前
Peter Bay Bastian
ff8de4d3
New attribute-based system for node controls
7 年前
Jens Holm
cc2d2e3f
Add resize handle withh draggable functionality to MaterialNodeView
7 年前
damian
815e2106
Fixed compatibale anchor finding.
7 年前
Peter Bay Bastian
f92611b1
Force remapping of `assemblyName` to `Assembly-CSharp-Editor`
Fix error message when failing to deserialize
7 年前
Tim Cooper
4e26b4fc
First pass working layered graph :)
7 年前
damian
73ca4594
No-presenters works: Fractal and Vector1 node creation and deletion.
7 年前
Peter Bay Bastian
c002d689
Move graph things from Runtime to Editor
7 年前
Tim Cooper
7809cfe9
refactoring material graph to allow for layered materials.
7 年前
Peter Bay Bastian
3930a641
Remove GraphEditorPresenter
7 年前
Tim Cooper
79841e4c
Starting to work layer graph
7 年前
Peter Bay Bastian
513db118
Fix updating of node positions until we get rid of presenters
7 年前
Tim Cooper
9557fcee
Merge commit '76ff1855a761cc5b39944f12a7456bbed2c79efb' into exposed-prop-subgraph
7 年前