flutter 3d obj
a flutter package to render wavefront 3d obj files on a canvas. renders a wavefront .obj on to a canvas.
usage
to use this package, add flutter_3d_obj to your pubspec.yaml file. then, import the package to use it.
example usage
the following example basic usage of package.
...
child: new object_3d(size:'/size of canvas/',
path:'/path of file/',
asset: true'/set true to load file from assets/'),
...
if sd-card path provided, ensure sd-card permissions are available.
example
to run the example.
* hemanthrajv/flutter_3d_obj.git
* cd /path to cloned dir/
* cd example
* flutter run
screenshot:
built with
flutter – a framework for building crossplatform mobile applications with native look and feel.
Comments are closed.