浏览代码

Comment out Scene Normals and Scene Velocity nodes

/main
Matt Dean 7 年前
当前提交
1449994e
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 4
      MaterialGraphProject/Assets/NewNodes/Editor/SceneNormalsNode.cs
  2. 4
      MaterialGraphProject/Assets/NewNodes/Editor/SceneVelocityNode.cs

4
MaterialGraphProject/Assets/NewNodes/Editor/SceneNormalsNode.cs


using UnityEditor.ShaderGraph.Drawing.Controls;
using System.Collections.Generic;
namespace UnityEditor.ShaderGraph
/*namespace UnityEditor.ShaderGraph
{
[Title("Input", "Scene", "Scene Normals")]
public class SceneNormalsNode : AbstractMaterialNode, IGeneratesBodyCode, IGeneratesFunction, IGenerateProperties, IMayRequireScreenPosition

return uvSlot.RequiresScreenPosition();
}
}
}
}*/

4
MaterialGraphProject/Assets/NewNodes/Editor/SceneVelocityNode.cs


using UnityEditor.ShaderGraph.Drawing.Controls;
using System.Collections.Generic;
namespace UnityEditor.ShaderGraph
/*namespace UnityEditor.ShaderGraph
{
public enum SceneVelocityMode
{

return uvSlot.RequiresScreenPosition();
}
}
}
}*/
正在加载...
取消
保存