v0.0.6
flutter_3d_obj
웨이브프론트 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.