You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* [LYN-3099] Fix vegetation raycasts to use bounded ray queries instead of FLT_MAX. Raycasts with a distance of FLT_MAX sometimes overflowed deep in IntersectSegmentTriangleCCW, so it's better to have strict start/end positional queries. We have specific starts and ends anyways, so it's a safer approach anyways. This also adds support for Non-Uniform Scale for meshes, since it was clearly not working correctly in vegetation when testing various scaled meshes. * Addressed PR feedback |
5 years ago | |
|---|---|---|
| .. | ||
| EditorSurfaceDataMeshComponent.cpp | 5 years ago | |
| EditorSurfaceDataMeshComponent.h | 5 years ago | |
| SurfaceDataMeshComponent.cpp | 5 years ago | |
| SurfaceDataMeshComponent.h | 5 years ago | |