philogl icon indicating copy to clipboard operation
philogl copied to clipboard

Add loaders for common formats like OBJ and Collada

Open philogb opened this issue 14 years ago • 1 comments

Either in IO or O3D, we would have to see.

philogb avatar Jun 21 '11 21:06 philogb

I've posted a non-framework-specific loader/parser to https://github.com/D1plo1d/p3d which presently supports OBJ, STL and AMF files. I'm planning on extracting a PhiloGL wrapper out of some of my code soon but it's reasonably easy to use with PhiloGL even without one.

I feel that by keeping parsers in a separate, shared repo, projects like PhiloGL and THREE.js can better focus on their core emphasis which IMHO should not be parsing the bazillion 3d model file types out there.

Pull requests totally encouraged :)

D1plo1d avatar Feb 06 '13 22:02 D1plo1d