Problem with materials Collada

Hi friends,

I have a problem with the view of COLLADA models exported with 3ds max 2009 (using openCollada plugin) or with Sketchup. This ocurrs with all the models.

A example: I export this model to Collada:

And I get this:

Can you help me? Thanks very much.

The source texture looks to be clamped, and the viewer is doing wrap. The export should include:


<wrap_s>CLAMP</wrap_s>
<wrap_t>CLAMP</wrap_t>

… and your viewer should support those elements.

ps: Also check our TEXCOORD values since the wrap tiles are frequent (our it’s a large polygon).