windrobin / papervision3d

Automatically exported from code.google.com/p/papervision3d
0 stars 0 forks source link

DAE import broken with Sketchup 7.1.4871 #237

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Import the attached KMZ file.
2. See that only one surface appears.

What version of the product are you using? On what operating system?

SVN r931

Please provide any additional information below.

The problem lies in the file src/org/papervision3d/objects/parsers/DAE.as 
in the function buildMesh, around 1093. If a DaeNode contains > 1 geometry 
all but the last are discarded.

The attached patch fixes my symptoms.

Original issue reported on code.google.com by gro...@gmail.com on 12 Nov 2009 at 10:21

Attachments:

GoogleCodeExporter commented 9 years ago
can you please load the amended (src/org/papervision3d/objects/parsers/DAE.as 
) file? when i try your patch it "breaks" my
"src/org/papervision3d/objects/parsers/DAE.as "...thanks

Original comment by erma...@gmail.com on 30 Dec 2009 at 7:29

GoogleCodeExporter commented 9 years ago
Patch works for me, although using Eclipse patch format makes it difficult to 
apply.

Original comment by bowes.ju...@gmail.com on 5 May 2010 at 7:34