v0.0.6
flutter_3d_obj
一個用於將波前 OBJ 檔案渲染到畫布上的新 Flutter 套件。
26喜歡 52近 30 天下載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.