Overlap point position with rays inside of Raycast manager

Fix unstability of text origin position when start use surface
This commit is contained in:
Filip Sykala - NTB T15p 2023-01-13 10:00:00 +01:00
parent 971f2a08e2
commit 95c6f83b1b
3 changed files with 11 additions and 7 deletions

View file

@ -106,6 +106,7 @@ public:
/// <summary>
/// Unproject Ray(point direction) on mesh by MeshRaycasters
/// NOTE: It inspect also oposit direction of ray !!
/// </summary>
/// <param name="point">Start point for ray</param>
/// <param name="direction">Direction of ray</param>