Updates to flutter_cube
The updates proposed here will allow some of the suggestions from users, like different file formats and on tap object. Another update was to the scene by combining multiple for loops to improve performance. An exporter was also added to export the file into different formats, obj, stl, png, and svg. Finally, normal map support if no texture map is included.
normal map support?I tried your brunch code,it can't work with normal map....
Hi csyeqing,
I have added a couple of new import mtl cases to fix this issue. Also you will only be able to use either a normal map or a texture map. I have not figured out how to apply both. Hope this helps.