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.
- Automated
- Simple API
- Content agnostic
- Modular
Using npm:
npm install grunt-3d
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']);
Initiated by Makis Tracend ( @tracend )
Distributed through Makesites.org
Released under the MIT license