Update cloth.cpp
This commit is contained in:
parent
0e4b1c4d1e
commit
bc050769a5
@ -172,7 +172,7 @@ b3Cloth::b3Cloth(const b3ClothDef& def) :
|
|||||||
B3_ASSERT(A2 > 0.0f);
|
B3_ASSERT(A2 > 0.0f);
|
||||||
|
|
||||||
b3Vec2 uv3;
|
b3Vec2 uv3;
|
||||||
uv3.x = b3Dot(n_AB, AC);
|
uv3.x = b3Dot(AC, n_AB);
|
||||||
uv3.y = A2 / uv2.x;
|
uv3.y = A2 / uv2.x;
|
||||||
|
|
||||||
// Strech matrix
|
// Strech matrix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user