浏览代码

Update changelog for previous PRs

- Vertex position
- HDRP support
- Texture3D and Texture2D Array
/main
Matt Dean 6 年前
当前提交
a988590e
共有 4 个文件被更改,包括 26 次插入0 次删除
  1. 17
      com.unity.shadergraph/CHANGELOG.md
  2. 3
      com.unity.shadergraph/.data/hd_render_pipeline.png
  3. 3
      com.unity.shadergraph/.data/texture_nodes.png
  4. 3
      com.unity.shadergraph/.data/vertex_position.png

17
com.unity.shadergraph/CHANGELOG.md


# Next version
### HD Render Pipeline support
![](.data/hd_render_pipeline.png)
Shader Graph now supports HD Render Pipeline with both its PBR and Unlit Master nodes. Simply switch active Render Pipeline and shaders built with Shader Graph will work in both pipelines. Note that Shader Graph can only generate shaders for pipelines that are currently in your project when you save the graph. This means any shaders that were created previous to HD Render Pipeline support will be to be saved again to work!
### Vertex position
![](.data/vertex_position.png)
You can now modify vertex position via the Position slot on the PBR and Unlit Master nodes. The input to this node is object space position by default. Custom inputs to this slot should specify the absolute local position of a given vertex. Certain nodes (such as Procedsural Shapes) are not viable in the vertex shader and therefore are incompatible with this slot.
### Master node settings
![](.data/menu_settings.png)

This adds gradient functionality via two new nodes. The Sample Gradient node samples a gradient given a Time parameter. You can define this gradient on the Gradient slot control view. The Gradient Asset node defines a gradient that can be sampled by multiple Sample Gradient nodes using different Time parameters.
### Texture3D and Texture2D Array
![](.data/texture_nodes.png)
This change expands our support for Texture types via 2 new property types and 4 new nodes. These allow you to define and sample Texture 3D and Texture 2D Array type assets in Shader Graph.
### Show generated code

3
com.unity.shadergraph/.data/hd_render_pipeline.png


version https://git-lfs.github.com/spec/v1
oid sha256:aff2679b3a603812e63290cea0829d6d354a94e02765513bb214faa4331adfdd
size 1516111

3
com.unity.shadergraph/.data/texture_nodes.png


version https://git-lfs.github.com/spec/v1
oid sha256:6e4d23f6b0f35ae888614f05c00c28ca5e064b03bf010159950acaf9e12366d5
size 131836

3
com.unity.shadergraph/.data/vertex_position.png


version https://git-lfs.github.com/spec/v1
oid sha256:3ae6d830f7cff2331af0145171c3287021e8d31e64c97633b06c5155332ddbfe
size 395709
正在加载...
取消
保存