zesage / flutter_cube

A Flutter 3D widget that renders Wavefront's object files.
Apache License 2.0
267 stars 91 forks source link

Support for GLTF files #16

Open gputhige opened 3 years ago

gputhige commented 3 years ago

Hi Just tested this with .obj file downloaded from Google Poly. Good Plugin. However, I wish to use a .gltf file created by me in Blender. Is there a support or plans to include this format in the new versions?

Flucadetena commented 3 years ago

Hi Just tested this with .obj file downloaded from Google Poly. Good Plugin. However, I wish to use a .gltf file created by me in Blender. Is there a support or plans to include this format in the new versions?

Hey did you find any plugins that support other formats from blender. from .dae to gltf?? thanks

gputhige commented 3 years ago

I tried the demo of Filament released by Google on Android. And it works like charm with gltf. It is also compatible with Flutter and JetPack Compose. The issue is that it requires C++ skills, which I am not very good at. You could check it out at : https://github.com/google/filament and the demo on Android at https://medium.com/@philiprideout/getting-started-with-filament-on-android-d10b16f0ec67.

Flucadetena commented 3 years ago

@gputhige Thanks a lot! I'll take a look at it. Right now im trying to do everything on unity and see if it solves all my problems. It seems like it might be the perfect solution.