scene 0.1.1
scene: ^0.1.1 copied to clipboard
The engine-agnostic scene document core, the .fscene document model, stable ids, serialization, prefab composition, and diffing.
Changelog #
0.1.1 #
PhysicsSimulation.snapshot/restore(opt-in viasupportsSnapshot), world serialization for rollback prediction and lag-compensation rewind.PhysicsSimulation.setBodyPose, immediate body teleport for rollback correction (default throws on backends without it).TextureResourcecarries acontentrole (color,data,normal) describing what its pixels represent.
0.1.0 #
- Initial release, extracted from
flutter_scene. The.fscenedocument model (SceneDocument, node/resource/payload specs), stable ids (DocumentId,LocalId,IdAllocator), JSON and binary serialization (.fscene/.fsceneb), prefab composition, and structural diffing, as a pure Dart package.