convert_simple_3d 0.0.3 copy "convert_simple_3d: ^0.0.3" to clipboard
convert_simple_3d: ^0.0.3 copied to clipboard

A project for converting between simple_3d objects and other 3d formats.

convert_simple_3d #

(en)Japanese ver is here.
(ja)この解説の日本語版はここにあります。

overview #

This package is for converting between Simple 3D Format and other 3D files. However, each file format has unique parameters, so compatibility is not complete. Please note that this project has low priority.

How to Use #

This package is intended to make the following packages easier to use.
simple_3d

Converting .obj files to Sp3dObj #

List<Sp3dObj> objs = await Sp3dObjConverter.fromWFObjFile("/", "test.obj");

support #

This package has no official support.

About version control #

The C part will be changed at the time of version upgrade.

  • Changes such as adding variables, structure change that cause problems when reading previous files.
    • C.X.X
  • Adding methods, etc.
    • X.C.X
  • Minor changes and bug fixes.
    • X.X.C

License #

This software is released under the MIT License, see LICENSE file.

The “Dart” name and “Flutter” name are trademarks of Google LLC.
*The developer of this package is not Google LLC.

1
likes
160
pub points
10%
popularity

Publisher

unverified uploader

A project for converting between simple_3d objects and other 3d formats.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, simple_3d, simple_3d_renderer

More

Packages that depend on convert_simple_3d