v0.0.6
flutter_3d_obj
एक नया फ्लटर पैकेज जो वेवफ्रंट ओबीज़ फाइलों को कैनवास में रेंडर करता है।
26लाइक 5230-दिन डाउनलोड35Pub अंक
प्लेटफ़ॉर्म डेटा नहीं
एक वेवफ्रंट .obj को कैनवास पर रेंडर करता है।
^1.1.1^2.0.5{"sdk":"flutter"}यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
A flutter package to render wavefront obj files on a canvas.
To use this package, add flutter_3d_obj to your pubspec.yaml file. Then import the package to use it.
The following example basic usage of package.
...
child: new Object3D(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.
To run the example.
* git clone https://github.com/hemanthrajv/flutter_3d_obj.git
* cd /path to cloned dir/
* cd example
* flutter run
Failed to load Screenshot
Hemanth Raj StackOverflow
For help getting started with Flutter, view online documentation.