Collada

PaperVision3D’s favourite fileformat for importing models is Collada.

Most 3D packages will import and export Collada, so you can use these models with PV3D.

Adding a Collada model to PV3D is simple:

scene.addChild( new Collada("mymodel.dae") );

NOTE: when exporting make sure you check the triangulate option!

Leave a Reply