flutter_3d_controller
flutter_3d_controller copied to clipboard
The most complete Flutter package for rendering interactive 3D models in various formats (GLB, GLTF, OBJ, FBX), with the ability to control animations, textures, camera, and more.
When I try to load a glb object in iOS and invoke this method: animations = await _controller.getAvailableAnimations(); I get the following error: Exception has occurred. FormatException (FormatException: Unexpected character...
After the model is loaded, I am calling the controller.getAvailableTextures() and controller.getAvailableAnimations(). This works on Android and it returns the list of Textures and Animations. But on iOS, I don't...
Hi, First of all thank you for your great pacage. In flutter web I load a gb file from asset in it works perfectly in local but when I run...
I understant VRM files are a version of GlTF, so would it be possible to support this natively? If I just change the extension the aniimations are lost. Thanks.
thanks for this package. i want to draw on 3d space by coordinate.

**Problem:** Need to play a specific animation and set camera to a specific position when model is loaded. Animations and positions are not same every time, so setting it via...
**Below was the input for the parsing animation, but since each word did not have quotation it was not parsing correctly, the code fix fixes this issue** String input =...
Hi. thank you for this awesome package. are there any ways to present 3D objects from file system?
I have viewer with controller on the main screen and they work perfectly fine. But if I try to create second viewer in modal window (so first viewer still present...