浏览代码

Fixing the name of the Heightmap to Normalmap node

/main
Eduardo Chaves 7 年前
当前提交
dc118e05
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      MaterialGraphProject/Assets/Eduardo/HeightToNormalNode.cs

2
MaterialGraphProject/Assets/Eduardo/HeightToNormalNode.cs


protected override string GetFunctionName()
{
return "unity_ObjectScale";
return "unity_HeightToNormal";
}
public override bool hasPreview

正在加载...
取消
保存