0.2.2 • Published 7 years ago

grunt-3d v0.2.2

Weekly downloads
2
License
-
Repository
github
Last release
7 years ago

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

0.2.2

7 years ago

0.2.1

9 years ago

0.2.0

11 years ago

0.1.0

11 years ago

0.0.1

11 years ago