Author Topic: TextureInfo.MODE_REPLACE don't work  (Read 5147 times)

Offline Klaudiusz

  • int
  • **
  • Posts: 75
    • View Profile
TextureInfo.MODE_REPLACE don't work
« 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.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: TextureInfo.MODE_REPLACE don't work
« Reply #1 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.