Bug 296 - TextureIO cube map support broken
Summary: TextureIO cube map support broken
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All all
: P3 normal
Assignee: Sven Gothel
URL: http://www.javagaming.org/forums/inde...
Depends on:
Blocks:
 
Reported: 2007-04-20 04:40 CEST by Sven Gothel
Modified: 2010-03-24 07:50 CET (History)
0 users

See Also:
Type: DEFECT
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2010-03-24 07:50:29 CET


---- Reported by kbr 2007-04-20 16:40:42 ----

During the recent rewrites to the TextureIO classes to support updating
sub-images and automatic mipmap generation, GL_TEXTURE_CUBE_MAP support was
broken. This is evidenced by the VertexProgRefract demo no longer working.



---- Additional Comments From kbr 2007-04-20 19:13:40 ----

Fixed code paths supporting cube maps. As a positive side-effect, the
VertexProgRefract demo's cube map is now rendered completely
correctly; inversion of the positive and negative Y images, and the
negative Y scale factor on the texture matrix, are no longer needed,
and the seams around the top image are gone. Fixed up spotlight
texture in HWShadowmapsSimple demo after removal of vertical flip in
BufferedImage loading in TextureIO.




--- Bug imported by sgothel@jausoft.com 2010-03-24 07:50 EDT  ---

This bug was previously known as _bug_ 296 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=296