Skip to content

colladaToBglTFConverter is a small groovy/Java tool to convert COLLADA data sets into the binary-glTF format, that is used in Cesium 1.10.

License

Notifications You must be signed in to change notification settings

virtualcitySYSTEMS/colladaToBglTFConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colladaToBglTFConverter

colladaToBglTFConverter is a small groovy/Java tool to convert COLLADA data sets into the binary-glTF format, that is used in Cesium 1.10. Follow this link for more details.

  1. Index

  1. License

  2. About

  3. System requirements

  4. How To

  5. Developers

  6. Contact

  7. Disclaimer

  8. License


The scripts for colladaToBglTFConverter are open source under Apache 2.0 license. See the LICENSE file for more details.

  1. About

The script looks for all "dae" files in a given input folder and passes the files to the collada2gltf.exe to convert the COLLADA files to glTF. In a post processing step the glTF data set is converted to a binary glTF file and written to a given output folder.

  1. System requirements

  • Java RE 1.7 or higher.
  1. How To

First download the necessary tools:

Then, run the following command from CLI:

java -jar colladaToBglTFConverter.jar -c collada2gltf.exe -i inputPath -o outputPath
  1. Developers

Jannes Bolling

  1. Contact

jbolling@virtualcitysystems.de

  1. Disclaimer

THIS SOFTWARE IS PROVIDED BY virtualcitySYSTEMS GmbH "AS IS" AND "WITH ALL FAULTS." virtualcitySYSTEMS GmbH MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE QUALITY, SAFETY OR SUITABILITY OF THE SOFTWARE, EITHER EXPRESSED OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.

virtualcitySYSTEMS GmbH MAKES NO REPRESENTATIONS OR WARRANTIES AS TO THE TRUTH, ACCURACY OR COMPLETENESS OF ANY STATEMENTS, INFORMATION OR MATERIALS CONCERNING THE SOFTWARE THAT IS CONTAINED ON AND WITHIN ANY OF THE WEBSITES OWNED AND OPERATED BY virtualcitySYSTEMS GmbH.

IN NO EVENT WILL virtualcitySYSTEMS GmbH BE LIABLE FOR ANY INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES HOWEVER THEY MAY ARISE AND EVEN IF virtualcitySYSTEMS GmbH HAVE BEEN PREVIOUSLY ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

About

colladaToBglTFConverter is a small groovy/Java tool to convert COLLADA data sets into the binary-glTF format, that is used in Cesium 1.10.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages