grunt-3d

0.2.2 • Public • Published

Grunt 3D

Grunt tasks for compressing 3D models in web-friendly formats. For a more detailed introduction, read the launch presentation

Currently supports the OBJ -> Three.js JSON conversion, using grunt-three-obj.

More formats can be added by creating additional grunt plugins.

Features

  • Automated
  • Simple API
  • Content agnostic
  • Modular

Dependencies

Install

Using npm:

npm install grunt-3d

Usage

In your gruntfile.js, configure each supported converter you'd like to use seperately.

Then include the main task repository

grunt.loadNpmTasks('grunt-3d');

Don't forget to setup (at least) a default task:

grunt.registerTask('default', ['three_obj']);

Credits

Initiated by Makis Tracend ( @tracend )

Distributed through Makesites.org

Released under the MIT license

/grunt-3d/

    Package Sidebar

    Install

    npm i grunt-3d

    Weekly Downloads

    1

    Version

    0.2.2

    License

    none

    Last publish

    Collaborators

    • makesites