Use Three.js-like api for pose math - #884
Conversation
🦋 Changeset detectedLatest commit: df80245 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
|
Claude (@claude) review |
|
Claude finished Micheal Parks (@micheal-parks)'s task in 5m 13s —— View job Review
OverallClean, well-scoped refactor. The new Issues by severityMedium
Low
Nit
What's right
|
There was a problem hiding this comment.
worth just adding a bunch of unit tests to cover this, since it is pretty critical and should be very unit-testable?
There was a problem hiding this comment.
yep, will add in this PR
There was a problem hiding this comment.
actually, just going to follow up so i can make that PR more readable
Devin T. Currie (DTCurrie)
left a comment
There was a problem hiding this comment.
lgtm mod unit tests on the pose class
Simple refactor before moving on. This PR gathers together all of the loose pose utility functions into a Pose class that matches as best as possible Three.js math library conventions.