浏览代码

Update change log as per conversation with Kat

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

3
com.unity.shadergraph/CHANGELOG.md


![](.data/face_sign.png)
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.
With this node, you can change graph output depending on the face sign of a given fragment. If the current fragment is part of a front face, the node returns True. For a back face, the node returns False.
Note: This functionality requires that you have enabled **two sided** on the Master node.
### Gradient nodes

正在加载...
取消
保存