murarinayak / papervision3d

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

DAE sometimes selects wrong textcoord-set #94

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. load the dae attached

What is the expected output? What do you see instead?
look at the wall - mapping is all wrong. 

Hack to fix : DAE line 666 : 
 var setID:int = (obj is DaeBindVertexInput) ? obj.input_set : 1;

change 1 to 0. 

cheers!

Original issue reported on code.google.com by sebsta...@gmail.com on 29 Aug 2008 at 5:50

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed. 

Original comment by tim.k...@gmail.com on 7 Dec 2008 at 5:06