www.jpct.net

jPCT - a 3d engine for Java => Bugs => Topic started by: Klaudiusz on June 27, 2007, 12:35:45 am

Title: TextureInfo.MODE_REPLACE don't work
Post by: Klaudiusz on June 27, 2007, 12:35:45 am
Hi,

When i use UV+Env both textures with TextureInfo.MODE_REPLACE ... its showed UV Texture only. I think this mode does nothing.
Title: Re: TextureInfo.MODE_REPLACE don't work
Post by: EgonOlsen on June 27, 2007, 08:39:12 am
It does what the name implies: It replaces the texture from all the former stages with the one in the replace-stage. I'm not sure what the purpose of this may be, but it's in in OpenGL, so i've added it here too.