浏览代码

Update changelog to respect name change

/main
Matt Dean 6 年前
当前提交
caa7a39c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      com.unity.shadergraph/CHANGELOG.md

4
com.unity.shadergraph/CHANGELOG.md


You can now change the path of Shader Graphs and Sub Graphs. When you change the path of a Shader Graph, this modifies the location it has in the shader selection list. When you change the path of Sub Graph, it will have a different location in the node creation menu.
### Face Sign node
### Is Front Face node
This node adds the ability to change graph output depending on the face sign of a given fragment. The Face Sign node returns true is currently rendering a front face, and false if rendering a back face. Enable "two sided" on the Master node to use this functionality.
This node adds the ability to change graph output depending on the face sign of a given fragment. The Is Front Face node returns true if currently rendering a front face, and false if rendering a back face. Enable "two sided" on the Master node to use this functionality.
### Gradient nodes

正在加载...
取消
保存