浏览代码

fix include path

/main
Lasse Jon Fuglsang Pedersen 4 年前
当前提交
d55b11b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      ShaderLibrary/Nodes_Teeth/TeethAttenuation.hlsl

2
ShaderLibrary/Nodes_Teeth/TeethAttenuation.hlsl


uniform float4 _TeethVertexData[SPHERICALPOLYGON_MAX_VERTS];
uniform int _TeethVertexCount;
#include "Packages/com.unity.demoteam.digital-human/ShaderLibrary/Nodes_Teeth/SphericalPolygon.hlsl"
#include "SphericalPolygon.hlsl"
void TeethAttenuation_float(in float3 positionWS, out float attnPure, out float attnBiased)
{

正在加载...
取消
保存