Corrected issues on examples
This commit is contained in:
parent
ea5f4eabf8
commit
9446746001
3 changed files with 3 additions and 3 deletions
|
@ -89,7 +89,7 @@ int main()
|
|||
cursorColor = PURPLE;
|
||||
hitObjectName = "Triangle";
|
||||
|
||||
bary = VectorBarycenter(nearestHit.position, ta, tb, tc);
|
||||
bary = Vector3Barycenter(nearestHit.position, ta, tb, tc);
|
||||
hitTriangle = true;
|
||||
}
|
||||
else hitTriangle = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue