Skip to content

omundy/ColladaFragmenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColladaFragmenter

thumb

Description

Parse a 3D COLLADA (.dae) file and export a set number of geometries as new COLLADA (.dae) files.

Requirements

PHP 5.3+ recommended, SimpleXML support required

I recommend you run this application from the command line if possible. The difference in speed is dramatic. For example...

$ php file.php

Usage

To run, import the file, create an instance, and fragment

$cf = new ColladaFragmenter();
$cf->fragment($importfile, 44, 53, true, false, $exportdir);

To view exported files, use MeshLab

Credits

ColladaFragmenter by Owen Mundy owenmundy.com

Read more about the process

About

Parse and export geometry fragments from Collada 3D models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages