Skip to content

Conversation

@devphilip21
Copy link
Owner

Summary

  • Add two new operators for gesture-to-transform pipelines:
    • rotate3d: Converts 2D pan delta to 3D rotation delta (pitch/yaw from drag)
    • translate: Converts pan delta to 2D translation coordinates
  • Bump version to 2.1.0

New Operators

rotate3d(options?)

Maps horizontal pan → Y-axis rotation (yaw) and vertical pan → X-axis rotation (pitch). Outputs frame-by-frame delta, not absolute rotation.

translate(options?)

Converts pan delta to absolute translation coordinates with base position and sensitivity support.

@devphilip21 devphilip21 self-assigned this Jan 21, 2026
@devphilip21 devphilip21 merged commit 33e336a into main Jan 21, 2026
2 checks passed
@devphilip21 devphilip21 deleted the feat/3d-rotate branch January 21, 2026 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants