6364 次代码提交 (94ce8db1-a188-4cf8-ba7b-5950dc719208)

作者 SHA1 备注 提交日期
Robert Srinivasiah 1dbc76c2 Working implementation of stereo big tile 7 年前
GitHub f469d277 Merge pull request #1024 from Unity-Technologies/LW-MaterialUpgrades 7 年前
Robert Srinivasiah ca84b696 Create LightCullUtils.hlsl to manage light index generation 7 年前
GitHub 6a69b095 Merge pull request #1021 from Unity-Technologies/lwrp-xr-per-cam 7 年前
Robert Srinivasiah 35e49053 Support stereoized g_mScrProjectionArr in bigtile 7 年前
GitHub 793fe433 Merge pull request #1020 from Unity-Technologies/lwrp-xr-shader-fixes 7 年前
Evgenii Golubev e8f79895 Remove EvalShadow_SampleClosestDistance_Cascade() 7 年前
Evgenii Golubev a2909c99 Fix the shadow index bug 7 年前
Evgenii Golubev 422e0f93 Optimize 7 年前
Evgenii Golubev c1b1ac91 Properly disable mixed thickness mode for directional lights 7 年前
Evgenii Golubev 8b36e2c8 Remove fixed-mode transmittance evaluation from directional lights 7 年前
Evgenii Golubev 3e0ba18e Use the full Disney formulation for transmission 7 年前
Evgenii Golubev 6f21cb07 Implement an approximation for mixed-mode transmission 7 年前
Jens Holm af05fcf1 Make properties into concrete nodes when copied if the propery value is not in the blackboard in the target graph 7 年前
Jens Holm 8201871e Add meta properties in the CopyPasteGraph 7 年前
Martin Thorzen 3d65bbd2 Fixes for decimal issues. comma and period could be wrong / different on different machines, this should now have been fixed 7 年前
Matt Dean ee59804c Update ChannelEnumControl to UIElements and USS 7 年前
Jens Holm 74c313c2 Add copy function in IShaderProperty, and implement this in all property classes 7 年前
GitHub 09124350 Merge pull request #309 from Unity-Technologies/fix-net35 7 年前
Jens Holm 74039530 Allow sahder properties to be copied and pasted between graphs 7 年前
Peter Bay Bastian 03c0b504 Remove uses of .NET 4+ only API 7 年前
JavDevGames 082d7d93 Replacing soon-to-be deprecated API Resources.Load(string) for Resources.Load<T>(string) 7 年前
Jens Holm a7cb2893 Allow GraphView to copy when only elements of type BlackboardField are selected 7 年前
GitHub 23cc01bd Merge pull request #302 from Unity-Technologies/path-for-shaders 7 年前
Peter Bay Bastian 9cc55c03 Merge branch 'master' into path-for-shaders 7 年前
GitHub 312d23e1 Merge pull request #304 from Unity-Technologies/sub-graph-preview-fix 7 年前
GitHub c268bca4 Merge pull request #303 from Unity-Technologies/fix-empty-strings-blackboard 7 年前
GitHub 246492ed Merge pull request #299 from Unity-Technologies/layout-modifiers-improvements 7 年前
Jens Holm 7061787f Add docking layout to blackbourd via GeometryChangedEvent on GraphView 7 年前
Matt Dean eda467e3 Remove ref keywords 7 年前
Jens Holm 19a741e4 Switch blackboard layout modifiers to default modifiers 7 年前
Matt Dean dcfde51b Improve gradient sample code 7 年前
Jens Holm 8e243e0b Make floating windows serialize layout realtive to correct content area 7 年前
Matt Dean 88372b5f Add ref keyword (fix) 7 年前
Martin Thorzen b817a5cd Removed unneccessary styling 7 年前
Jens Holm 43f24a85 Remove checks for within parent bonds in resize handles 7 年前
Jens Holm f7274b83 Make the master preview dirty output nodes in subgraphs 7 年前
Matt Dean 70436083 Remove GC allocations on preview property collection 7 年前
Martin Thorzen ed104fa3 Added titleButtonContainer for buttons. 7 年前
Jens Holm daa8f8ad Make window draggable able to clamp to the parent window 7 年前
Jens Holm f1a39c3d Add input slots from the SubGraphOutputNode in the preveiw shader generation 7 年前
Matt Dean 15328c1d Add support for Fixed gradient mode 7 年前
Martin Thorzen 1dfe50bd Removed the control attributes 7 年前
Jens Holm ab80ca3c Make master preview resize rendertexture continuously 7 年前
Jens Holm 67b4a259 Allow SubGraphOutputNode to supply shader data to master preview view 7 年前
Matt Dean 2a3637d0 Override GradientShaderProperty declaration for preview rendering 7 年前
Martin Thorzen 2fde6ea5 Moved the node settings menu to the right place. 7 年前
Jens Holm f3467681 Make master preview collapse relative to mouse position and afterwards recalculate new docking position 7 年前
Jens Holm a073faf1 Make SubGraphOutputNode have 3D preview similar to MasterNodes 7 年前
Matt Dean 348a9654 Change GetPreviewProperty to return list for multiple properties from one slot 7 年前