
DDS texture
Posted Friday, 1 April, 2011 - 16:05 by Leito inI am trying to write a simple water reflection program. In RenderMonkey I've found a shader, that does this, but it requires 3D texture (sampler3D), which is a DDS volume file. I haven't found any libraries for this, so I decided to write one by myself. I managed to load the whole file into Bitmap, but I don't know how to make a 3D texture from it. Does anybody know how to do this?
I'm using C#, but, I think, any language would be OK=)


Comments
Re: DDS texture
Well, never mind=) I've found another shader, which doesn't request any 3D textures or anything like that. But thanks anyway=)