object_3d 0.0.1 object_3d: ^0.0.1 copied to clipboard
Simple Flutter renderer for .obj files
Basic copy of flutter_3d_obj with some changes to make it more performant (such as parsing the object only once instead of every render and grouping the vertices into one single draw call). It is also a null-safe library now.
Preview #
Credits #
- All credits for the initial library go to hemanthrajv.