Files
sporel-lib-core.puppet/manifest.lib
Axel Meyer cd639668c5 feat(puppet): v0.4.0 — Subterrain control model
Multi-look-target API: set_look_target(handle, target_id, x, y),
clear_look_target(handle, target_id). Bones declare look_at as string
target-id; legacy look_at=true maps to target_id="default". Slerp-style
smoothing: look_at_slerp field (exponential approach, clamped to [0,1]
per frame). Linear look_at_speed kept for backward-compat. Virtual bone
flag: virtual=true skips render pass but participates in compute_world.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 21:18:52 +02:00

7 lines
94 B
Plaintext

{
"id": "lib-core.puppet",
"version": "0.4.0",
"api_min": "0.1",
"deps": []
}