flutter_cube icon indicating copy to clipboard operation
flutter_cube copied to clipboard

A Flutter 3D widget that renders Wavefront's object files.

Results 47 flutter_cube issues
Sort by recently updated
recently updated
newest added

So I tried having a cube that rotates according to the mpu6050 which data is read and send via a Arduino Uno. It works perfectly expect for the cube glitching...

loadTexture only was loading from assets. It wasn't using the isAsset parameter.

I'm using the package but when running it doesn't bring color, is it a recurring problem?

Looks like there are couple of PR but no move has been made on that.

Option to disable zoom while 3d model is interactive

Looks like the texture isn't loading but the meshes are still able to render. Heres what I see with the cube example. ![image](https://user-images.githubusercontent.com/10319571/134724035-d43f8d2f-62d1-41c3-a5c0-b0e8b02cb008.png) There was a prior issue that mentioned...

object texture is not loaded in the android device when the ApplicationDirectory path all the file related to the object is available in same folde ![Screenshot_2022-04-14-01-24-47-793_com tycho scanamaze](https://user-images.githubusercontent.com/103604193/163259828-820d585b-4b66-4702-ba10-c6857beb1da6.jpg) r

Hi , I've put my own obj file into assets folder and try to load it but couldnt work, is there a guide on how to do it?

Hi, I am facing an issue when rendering the 3d Object. this is my mask image. my asset folder structure this is my code ``` Cube( onSceneCreated: (Scene scene) {...