- 最后登录
- 2018-6-4
- 注册时间
- 2012-12-15
- 阅读权限
- 90
- 积分
- 52052
- 纳金币
- 25
- 精华
- 1
|
New in Shader Forge Beta 0.34: (Unreleased)
• All nodes can now be created with hotkeys using a new quick-select menu!
- Holding a letter on the keyboard will display a menu of all nodes starting with that letter
- Scrolling the mouse wheel will move you through the list
- Clicking will create the highlighted node
• Fixed an issue where deferred pre-pass shaders didn't handle gloss values of zero properly
• Fixed a bug where you couldn't use the light direction node in the outline color input
• Fixed a bug where fog didn't work on deferred pre-pass shaders
• Potentially fixed a bug where your locale would make shaders write commas as decimal separators rather than periods
New in Shader Forge Beta 0.33: (Latest public version)
• Deferred Pre-Pass lighting is now supported! However, it has the following limitations:
- Blinn-Phong only
- Unavailable main node inputs: Diffuse Power, Transmission, Light Wrapping, Custom Lighting, Alpha, Refraction, Outline Width/Color
- Gloss will always be remapped from [0-1] to [0-128]
- Specular highlight colors won't be 100% accurate
- None of the lighting nodes will be available, except ambient light
• Added node: Switch
- This is a property node, exposed in the inspector as a checkbox
- Outputs the Off input when unchecked
- Outputs the On input when checked
- Note that this is an active branch, not a static branch
• Added node: Toggle
- This is a property node, exposed in the inspector as a checkbox
- Outputs 0 when unchecked
- Outputs 1 when checked
• You can now switch Channel Blend method between Summed and Layered:
- Summed means it will multiply all channels, and then add them together
- Layered means it will blend the channels on top of each other, commonly done in terrain shaders
• The forward rendering lightmapping has changed a little in how it deals with real-time lights
• Fixed a bug where energy conservation broke the shader when using a non-PBL lighting mode without specularity
• Broken shaders saved with a property node bug from 0.29 should now load without locking up Unity |
|