fixed bad comma in previous commit
This commit is contained in:
parent
8caf05734c
commit
09fa4f165e
@ -46,7 +46,7 @@ void Skinning_Compute(inout vec4 position, inout vec3 normal){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Skinning_Compute(inout vec4 position, , inout vec3 normal, inout vec3 tangent){
|
void Skinning_Compute(inout vec4 position, inout vec3 normal, inout vec3 tangent){
|
||||||
if (inHWBoneWeight.x != 0.0) {
|
if (inHWBoneWeight.x != 0.0) {
|
||||||
#if NUM_WEIGHTS_PER_VERT == 1
|
#if NUM_WEIGHTS_PER_VERT == 1
|
||||||
position = m_BoneMatrices[int(inHWBoneIndex.x)] * position;
|
position = m_BoneMatrices[int(inHWBoneIndex.x)] * position;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user