2899 次代码提交 (55499af1-d684-46a6-9e95-7372fa8f352d)

作者 SHA1 备注 提交日期
Filip Iliescu a981054d rework controls for test scene 7 年前
Filip Iliescu bdca8876 rework the reflection test by using a debug cubemap to make sure its sampling in correct location 7 年前
Filip Iliescu 9f641209 WIP: New attempt to update to renderpass API. Branched from OnTileDeferred, since renderpass appears to be a work in progress still. 7 年前
Filip Iliescu 74b604f6 fixup refelction probes and get lighting lighting generated correctly 7 年前
Filip Iliescu e16bcdcf clean up demo scene by adding more space to allow camera to move around and show various objects. 7 年前
Filip Iliescu b25e3217 update materials and test scenes with text counter 7 年前
Filip Iliescu 7e17d6c0 add a script to put text on screen using canvas and Text components. Also create a text prefab that will live throughout scene cycling and move other common files for text scenes into common folder 7 年前
Filip Iliescu 93be9994 remove extraneous debug log and initialize light buffer to null 7 年前
Filip Iliescu 555bd19f regenerate lighting data and reflection probes for test scenes 7 年前
Filip Iliescu 43450c47 fix black texture editor bug in pano TextureCache 7 年前
Filip Iliescu fc60ffad add touch script for scene control on iOS and set non legacy mode as default 7 年前
Filip Iliescu 4d5f4b18 comprehensive demo of all tests 7 年前
Filip Iliescu 57b33e99 increase number of MAX lights to 100 for demo and remove unused shadow constants 7 年前
Filip Iliescu 4ff73d09 update texture settings and tests to match 7 年前
Filip Iliescu 495e902b add controls for test script to toggle settings 7 年前
Filip Iliescu f6c63f2c enable windows editor 7 年前
Filip Iliescu 7b6589ed cleanup commented code and unused variables and rename renderloop more appropriatly 7 年前
Filip Iliescu 0f75abcd add keyboard control for in editor scene changes from test manager 7 年前
Filip Iliescu 91376559 update to using CommandBufferPool and add depth bind pass for scene view 7 年前
Filip Iliescu 14f49160 update script for List API Change from Length to Size 7 年前
Filip Iliescu b23dba1a Fixup tests to use new Additional Shadow Data scripts for lights with shadows 7 年前
Filip Iliescu cd024be6 Merge branch 'master' into OnTileDeferred 7 年前
Peter Bay Bastian 960a174b Move stuff out from Views and Presenters in Drawing/Inspector 7 年前
Peter Bay Bastian 64c9a49b Purge usage of presenters and datawatch from graph inspector 7 年前
Tim Cooper f6fa3513 Starting to extract properties. 7 年前
Peter Bay Bastian 4f6745e0 Add utility function for calculating hash codes 7 年前
Peter Bay Bastian 8139e3cb Move GeneratedShader outside Unity project 7 年前
Peter Bay Bastian cffc8159 Update project version 7 年前
Matt Dean 316a1125 Cleanup, re-org and refactor 7 年前
Peter Bay Bastian a39f97cc Update to work with latest GraphView 7 年前
Matt Dean ef853b6a Added surface definition for FastBlinn 7 年前
Peter Bay Bastian 1e3fb5de Add dictionary for storing `Node -> Edges` reference in SerializableGraph (faster/more scalable edge look-ups) 7 年前
Matt Dean 1e0ac7aa Rename NonPBR to FastBlinn 7 年前
Peter Bay Bastian b1ca732a Rewrite `DepthFirstCollectNodesFromNode` to be non-recursive 7 年前
Matt Dean f17a21ca Refactor lightweight shaders Part 1 7 年前
Peter Bay Bastian 25ed3aaf Graph inspector now only shows editor for at most 1 node 7 年前
Matt Dean 0f6b7c44 Fixed graph name passed to GetFullShader in Master nodes 7 年前
Matt Dean d0277da5 Fix manifest 7 年前
Tim Cooper 5ff20e91 missed manifest update 7 年前
Tim Cooper 1793f62f Add LW SRP into material graph 7 年前
Tim Cooper 400411ff add dependency on sap 7 年前
Peter Bay Bastian 24f84a48 Do more efficient look-up of nodes in graph presenter update 7 年前
Peter Bay Bastian eb8a8906 Use dictionary to store nodes for faster lookups 7 年前
Peter Bay Bastian 3ffdcd59 Right click no longer deselects nodes 7 年前
Peter Bay Bastian 865b4bb0 Update gitignore 7 年前
Peter Bay Bastian 5b7af74e Fix node repainting 7 年前
Peter Bay Bastian ed185a44 Preliminary vertex shader support 7 年前
Peter Bay Bastian 6eea794b Remove scale and offset from shader inspector 7 年前
Peter Bay Bastian c178455f Fix alpha blending in shader template 7 年前
Peter Bay Bastian b174415a Simplify checks in TypeMapper 7 年前