grunt-3d
v0.2.2
Published
Grunt tasks for compressing 3D models
Downloads
7
Readme
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