three_d_viewer 0.0.2
three_d_viewer: ^0.0.2 copied to clipboard
A high-performance Flutter package for viewing 3D models (GLB/GLTF) with support for animations, camera controls, and custom textures using Three.js.
0.0.2 #
- Added
showDebugHelpersoption to display axes and grid helpers. - Added
autoCenteroption to automatically center the model at the origin. - Improved camera positioning and orbit controls.
- Added support for
initialTargetPositionto specify the point the camera looks at. - Enhanced internal load error handling.
- Fixed unused import warning in
lib/three_d_viewer.dart.
0.0.1 #
- Initial release.
- High-performance 3D model viewing using Three.js.
- Support for GLB and GLTF formats.
- Integrated animation controls.
- Customizable camera limits and zoom configuration.
- Support for both local assets and remote URLs.