Skip to content

Commit

Permalink
Fix transformed bounding box computation
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Dec 9, 2024
1 parent a7710af commit 104175e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/validation/legacy/BoundingVolumeChecks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ export class BoundingVolumeChecks {
center.y,
center.z,
halfAxes[0],
halfAxes[3],
halfAxes[6],
halfAxes[1],
halfAxes[4],
halfAxes[7],
halfAxes[2],
halfAxes[3],
halfAxes[4],
halfAxes[5],
halfAxes[6],
halfAxes[7],
halfAxes[8],
];
return returnBox;
Expand Down

0 comments on commit 104175e

Please sign in to comment.