CreateTexture()

Blitz3D Forums/Blitz3D Programming/CreateTexture()

_PJ_(Posted 2004) [#1]
The example in the online docs works, but when I tried to texture a Plane with this, the colour doesn't work. It's all grey.




Perturbatio(Posted 2004) [#2]
I believe the ATI cards have trouble with dynamic textures.


Gabriel(Posted 2004) [#3]
I believe the ATI cards have trouble with dynamic textures.


I did a test a while back and a bunch of people tested it. Once I set the color texture flag explicitly, there were no problems with any videocards.

That demo works fine here though, so it is evidently a driver problem of some kind. My demo only used writepixel's, so maybe that's the difference.

Erm.. not sure what else to suggest. Try CreateTexture(256,256,8+1) ? That'll enable mipmapping ( it looks horrible without ) but I can't see any necessity for it.

You could hunt up the demo I did. I think the thread was called "Please Break This" and it was in General Discussions.