jacobmake

I have creative ADD

jacobmake header image 2

Papervision 2.0 Collada Import DAE from Sketchup

April 18th, 2008 · 3 Comments · Code

Papervision Collada Import

I’ve been working how to get models from Google Sketchup to Papervision. They currently are working on Collada parsers specific to Sketchup. That should make textures a tad bit easier. Until then;

Here is a link to the source code and a working example.

Tags: ···

3 responses so far ↓

  • 1 cstockman // Jun 9, 2008 at 1:24 pm

    Where did you get your Collada parser specific to Sketchup? Did you make it yourself?

  • 2 jacobmake // Jun 9, 2008 at 5:40 pm

    This example uses the DAE parser. Some people were working on parsers for the Sketchup format.

    How to get a usable DAE file out of Google Sketchup for PaperVision3d.

    1. Build your model in Google Sketchup (free version is fine)
    2. When your model is ready to go; File > Export, export as Google Earth KMZ file.
    3. Change “.kmz” extension of exported file to “.zip”
    4. Unzip package and find DAE file

    I’m not sure what the status is with the SketchUp parser, you might snoop through the latest build to see if anything got committed.

  • 3 Kiyoshii // Sep 25, 2008 at 8:11 am

    Hello,
    Nice example.
    i have imported my own .dae file into your example.a more complex one with multole objects.
    i was trying to acsess an idividual objec within the new DAE () Object but with no sucsess…

    i tryed :

    var store:DisplayObject3D = holder.getChildByName(”Loja1″);

    do you how this is done ?

    thx.

Leave a Comment