<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi,</div><div>&nbsp;&nbsp; &nbsp; &nbsp; I came across an old post with someone else with a similar problem. How can I activate the logic in VTK to break apart the texture into multiple smaller textures?</div><div><br></div><div>Here is a reply from Ken Martin</div><div><span class="Apple-style-span" style="font-family: Times; font-size: 16px; "><pre><font class="Apple-style-span" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px;">My guess is that this is due to a texture size limitation in your
hardware. If VTK tries to draw too large of a texture map some
hardware will simply fail to draw the texture map. The result is a
white rectangle on the screen. Since 4.0 we have added logic in VTK to
handle this an break apart the texture into multiple smaller texture
maps that do fit within the graphics hardware's limitations.

Ken</span></font></pre><pre><br></pre><pre><br></pre></span></div><br><div><div>On Nov 6, 2008, at 4:50 PM, Elvis Dowson wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi,<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I got a reply from the Mac OpenGL list that the max supported texture size is 8K*8K, but that anything over 4K will give the corrupted results.<br><br>What do I do? The other textures are around 34MB in size. How can I handle this using VTK? This texture is the land surface image that will need to be draped over DEM data, and these files can be large.<br><br>Best regards,<br><br>Elvis Dowson<br><br><br><br>Max texture size is 8k*8k on the 8600 (as reported), but I'm pretty<br>sure anything over 4k gives the results you describe. I've experienced<br>it, but as it takes down the machine (sorta, you can't see what you're<br>doing) I didn't narrow in on the exact cause.<br><br></div></blockquote></div><br></body></html>