playx_3d_scene 0.1.0
playx_3d_scene: ^0.1.0 copied to clipboard
Plugin for rendering interactive 3D models based on Google filament natively on Android. With the ability of controlling environment skybox, light, camera, ground and more.
0.1.0 #
- Add support for changing the glb or gltf model at runtime.
- Add new method
updatePlayx3dScene
to change the whole scene at runtime. - Added new methods
updateScene
,updateModel
andupdateShapes
to change the scene, model or shapes at runtime. - fix bug causing the plugin to crash on release build.
- fix bug causing the the scene not updated correctly when
Playx3dScene
widget is updated.
0.0.3 #
- Enhance package imports.
0.0.2 #
- Add support for Dart 3.0.0 and Flutter 3.10
0.0.1 #
- initial release