Jump to content

Skybox Textures


lrusername

Recommended Posts

I am trying to get a dump of the textures for the undead asylum to update them, but in my texture dump I cannot find any mountain textures. I can find all other textures I am looking for except the skybox.

Does anyone know how skybox textures work?.

 

Thank you

Lars

Link to comment
Share on other sites

Sorry, Skybox textures appear to be cube maps and cubes aren't exported by dsfix.

 

Durante has overridden D3DXCreateTextureFromFileInMemory, but cube maps are uploaded to the graphics card using a separate function D3DXCreateCubeTextureFromFileInMemory.

 

I don't know that part of the code well enough to tell you how much work it would be to add support for cube maps as well.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...