Skip to content

fl4re/node-collada-utils

Repository files navigation

collada-utils

Build Status Build status

Nodejs utilities dealing with Collada documents. This project is under development.

Release

  • Valid collada documents
  • List collada external resource dependencies from file

To do

  • Build gltf document from Collada conversion

Requirements

You must have install DAEValidator application and its validation schemas from OpenCOLLADA project in order to deploy this validation service.

Your path environment variable must point to the installed DAEValidator binaries location.

Required files are:

  • collada_schema_1_4_1
  • collada_schema_1_5
  • DAEValidator

Install

$ npm install collada-utils

Usage

const collada_utils = require("collada-utils");
const deps = collada_utils.dependencies(model_path);
collada.validate(model_path)
  .then(() => console.log("success!"))
  .catch(err => console.error(err))

Contact

Maxime Helen - [email protected]

David Gaya - [email protected]

Licence

MIT

About

nodejs wrapper for OpenCollada library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •