Skip to content Skip to sidebar Skip to footer

Texture Is Not Generated Valid (probably)

My app for volume ray casting in WebGL is almost done. But i have found a problem. I have to simulate 3D texture by 2D texture. It is not problem. I am creating a huge texture fro

Solution 1:

Is your MIN and MAX filters of your texture set to NEAREST? And your WRAP[ST] set to CLAMP_TO_EDGE?


Post a Comment for "Texture Is Not Generated Valid (probably)"