three_js_advanced_exporters 0.0.1 copy "three_js_advanced_exporters: ^0.0.1" to clipboard
three_js_advanced_exporters: ^0.0.1 copied to clipboard

Flutter three_js_advanced_exporters package exports usdz from three_js.

three_js_advanced_exporters #

Pub Version analysis License: MIT

A type of three_js model exporter that allows users to export either usdz files from thier projects.

This is a dart conversion of three.js and three_dart, originally created by @mrdoob and has a coverted dart fork by @wasabia.

Getting started #

To get started add this to your pubspec.yaml file along with the other portions three_js_math, and three_js_core.

  void init() {
    final exporter = USDZExporter();
    exporter.exportScene('scene', threeJs.scene);
  }

Usage #

This project is a model exporter for three_js.

Contributing #

Contributions are welcome. In case of any problems look at existing issues, if you cannot find anything related to your problem then open an issue. Create an issue before opening a pull request for non trivial fixes. In case of trivial fixes open a pull request directly.

0
likes
130
points
61
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter three_js_advanced_exporters package exports usdz from three_js.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

file_picker, flutter, image, path_provider, three_js_core, three_js_exporters, three_js_math, web

More

Packages that depend on three_js_advanced_exporters