CreoOtkPluging/x64/Debug
sladro 6fd84e4ca3 fix: correct ray-AABB intersection algorithm to handle rays starting inside AABB
- Fixed intersection distance calculation to handle three cases:
  - Ray starts outside AABB: use entry point (tMin)
  - Ray starts inside AABB: use exit point (tMax)
  - AABB behind ray: skip intersection
- This fixes the issue where no intersections were detected (intersections=0)
2025-09-20 10:32:59 +08:00
..
MFCCreoDll.dll fix: correct ray-AABB intersection algorithm to handle rays starting inside AABB 2025-09-20 10:32:59 +08:00
MFCCreoDll.exp feat: enhance Shell Analysis with PCA-based OBB algorithm and streamline documentation 2025-09-19 11:11:56 +08:00
MFCCreoDll.lib feat: enhance Shell Analysis with PCA-based OBB algorithm and streamline documentation 2025-09-19 11:11:56 +08:00
MFCCreoDll.pdb fix: correct ray-AABB intersection algorithm to handle rays starting inside AABB 2025-09-20 10:32:59 +08:00