Author Topic: Getting TexutreInfo from polygon  (Read 3375 times)

Offline JavaMan

  • long
  • ***
  • Posts: 231
    • View Profile
Getting TexutreInfo from polygon
« on: March 12, 2008, 01:53:47 pm »
Hi,
Is there anyway to get the textureinfo of a certain polygon through the polygonmanager,or another way? I see the method for getting a texture, but I want the textureinfo.
Jman
« Last Edit: March 12, 2008, 02:11:36 pm by JavaMan »

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Getting TexutreInfo from polygon
« Reply #1 on: March 12, 2008, 02:12:39 pm »
Currently not, because the TextureInfo isn't present any longer after assigning it. I'll look into it when i find the time, if i can somehow recreate it to make the PolygonManager return it on demand.

Offline JavaMan

  • long
  • ***
  • Posts: 231
    • View Profile
Re: Getting TexutreInfo from polygon
« Reply #2 on: March 12, 2008, 02:22:54 pm »
Oh, ok. Thanks for the quick response.
Jman