flutter_scene 0.22.1
·
147 commits
to master
since this release
- Camera controllers
OrbitCameraController,FlyCameraController, andFollowCameraControllerdrive a camera node from drag, scroll, and keyboard input with frame-rate-independent smoothing and clamped pitch. TheCameraControlswidget wires Flutter input to a controller; controllers also expose intent methods (orbitBy,dollyBy,look, ...) for driving them from any source. Node.lookAt,Node.lookAtFrom, and the staticNode.lookAtTransformorient a node's forward axis (local +Z) at a world-space target, aiming cameras, lights, and imported models without hand-building a view matrix.- Ship the
flutter_scene-idiomsagent skill, correct-usage guidance for coding agents that corrects the wrong assumptions carried from other 3D engines.dart run flutter_scene:initoffers to install it, asking first at a terminal and never installing unattended without--skills. - Add
dart run flutter_scene:skillsto install, update, or--checkthe agent skill on its own, without touching the build hook or pubspec.