mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Additional Visual Shader Nodes
* RotationByAxis Visual Shader Node added * WorldPositionFromDepth Visual Shader Node added * ScreenNormalWorldSpace Visual Shader Node added
This commit is contained in:
11
doc/classes/VisualShaderNodeScreenNormalWorldSpace.xml
Normal file
11
doc/classes/VisualShaderNodeScreenNormalWorldSpace.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualShaderNodeScreenNormalWorldSpace" inherits="VisualShaderNode" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<brief_description>
|
||||
A visual shader node that unpacks the screen normal texture in World Space.
|
||||
</brief_description>
|
||||
<description>
|
||||
The ScreenNormalWorldSpace node allows to create outline effects.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
</class>
|
||||
Reference in New Issue
Block a user