Skip to content

flutter_scene 0.22.1

Choose a tag to compare

@bdero bdero released this 19 Aug 05:28
· 147 commits to master since this release
  • Camera controllers OrbitCameraController, FlyCameraController, and FollowCameraController drive a camera node from drag, scroll, and keyboard input with frame-rate-independent smoothing and clamped pitch. The CameraControls widget 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 static Node.lookAtTransform orient 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-idioms agent skill, correct-usage guidance for coding agents that corrects the wrong assumptions carried from other 3D engines. dart run flutter_scene:init offers to install it, asking first at a terminal and never installing unattended without --skills.
  • Add dart run flutter_scene:skills to install, update, or --check the agent skill on its own, without touching the build hook or pubspec.