2757 次代码提交 (7d0fabce-6e44-4b86-9a07-695bca130e90)

作者 SHA1 备注 提交日期
Filip Iliescu 748bcdd2 implement point and directional cookies for forward path 8 年前
Filip Iliescu cfc98f56 add more tests 8 年前
Filip Iliescu 1dff4c8e Add support for legacy grayscale cookies as a checkbox in the asset. Turning this on makes default spot attenutation mirror builtin 8 年前
Filip Iliescu ef684f38 add a bunch of test scenes 8 年前
Filip Iliescu a26f254d revert back to using unity_WorldToLight since Unity complains about using _LightMatrix0 directly. realistically should probably stop using builtins. 8 年前
Filip Iliescu 0a02be3a use the correct matrix for looking up textures 8 年前
Filip Iliescu d920f17e add a bunch of small test scenes 8 年前
Filip Iliescu 6ab217be fix indexing issue into cookie array causing some textures to not get loaded 8 年前
Filip Iliescu 3b67314b use texLod for texcture lookup 8 年前
Filip Iliescu e078e5c8 update test scene with transparent ojects 8 年前
Filip Iliescu 48eea183 add a copy of shadow setup files so i dont rely on fptl 8 年前
Filip Iliescu 6d43471b rough in single pass forward reflections using compute buffers 8 年前
Filip Iliescu 490fb1b8 add support file for texture cube arrays and stub in commented out cookie support for later 8 年前
Filip Iliescu 3cca95fb working spotlight cookies in transperencies 8 年前
Filip Iliescu 104059c8 working spot and point for single pass forward transparencies 8 年前
Filip Iliescu ddc56ae3 stub in point and sphere lights 8 年前
Filip Iliescu 0e033abd directional lights for single pass forward 8 年前
Filip Iliescu 8028c167 base forward GI 8 年前
Filip Iliescu 9839802f script side buffer setup and stub single pass shader 8 年前
Filip Iliescu 0e8fa502 begin adding single pass forward to standard shader replica for composing transparencies on top of opaques 8 年前
Peter Bay Bastian 3c039bfd Add save dialog when closing window 8 年前
Peter Bay Bastian 931a7f8b Re-create presenter if it's null during update (#37, #39) 8 年前
Peter Bay Bastian f32d2e24 Add DictionaryPool 8 年前
Peter Bay Bastian 262456fb Remove legacy code from MaterialGraphView, which was causing the selection to be cleared when zooming/panning (#45) 8 年前
Peter Bay Bastian d69d3c1d Move IMayRequireNormal into own file 8 年前
Peter Bay Bastian 14564f1e Removed (now) unneeded OnInspectorGUI for shader graph assets 8 年前
Peter Bay Bastian c0b10e8f Update to work with latest graphics/shadergraph 8 年前
Peter Bay Bastian 8e1d62b6 Add presenter for GraphEditorView, such that the presenter hierarchy makes more sense (also, pass through asset name to graph inspector #31) 8 年前
Peter Bay Bastian a92b64bb #31 UIElements-based graph inspector 8 年前
Peter Bay Bastian d465f37d #43 Handle keyboard shortcuts in window rather than GraphView 8 年前
Peter Bay Bastian 985a8c21 Add formatting instructions to README 8 年前
Peter Bay Bastian 7e160ce8 Run `hg format` on repository 8 年前
Peter Bay Bastian cb4c7948 Add editorconfig 8 年前
Peter Bay Bastian 8568c86c #28 Set window title to asset name when window is created 8 年前
Peter Bay Bastian f9acfdc0 Missing change for previous commit 8 年前
Peter Bay Bastian 178cb981 Extension method for `INode.RequiresTime` 8 年前
Peter Bay Bastian f516d811 Merge remote-tracking branch 'origin/subgraph' 8 年前
Tim Cooper 793887f9 Working 'convert to subgraph' 8 年前
Tim Cooper a494cc0c Adding back sub graph support 8 年前
Peter Bay Bastian 4b24135e #29 Window now tells `MaterialGraphPresenter` to update previews, rather than using schedulers per node 8 年前
Tim Cooper 34cc0f15 Start work on making 'sub-graph' work again in an expected way. 8 年前
Peter Bay Bastian a3cbf332 #29 Propagate `requiresTime` in `MaterialGraphPresenter.UpdateData` rather than computing it on-the-fly (+ rename a bunch of variables in said method to match new conventions) 8 年前
Tim Cooper 06494dc3 Ensure tests are run with the same preview lighting. 8 年前
Tim Cooper ff3530d9 Add cracks graph for testing 8 年前
Peter Bay Bastian c645f8bc Remove unnecessary inheritance from GraphElementPresenter in NodePreviewPresenter 8 年前
Peter Bay Bastian 4fa0de6e Remove NodePreviewView as it is no longer used 8 年前
Peter Bay Bastian 8bfc6985 Remove needless inheritance from MaterialNodePresenter in GraphControlPresenter 8 年前
Peter Bay Bastian 78c22505 Handle delete via window and presenter rather than `MaterialGraphView` 8 年前
Peter Bay Bastian 04fedafb Support "Cut" command 8 年前
Peter Bay Bastian 9dd4edeb #11 #43 Copy, paste & duplicate now works properly and is handled by the window rather than GraphView 8 年前