Quote: "Hello, I have an issue with my skybox textures having seams.
It first happened with my own skybox system, so I swapped to Kaedroho's skybox and textures and I'm having the same issue. Does anyone know why it affects me, but not him using the same method?
"
Well, I do not know about the methods you describe, but I had the same problems with the seamed skybox texture, but this code made the 'magic for me:
load object "Files\skybox\snv.x",skyBoxObj
set object collision off skyBoxObj
position object skyBoxObj,0,0,-100
scale object skyBoxObj,40000,40000,40000
set object texture skyBoxObj,2,0
set object light skyBoxObj,0
Hope this information is useful to you.
www.memblockgames.com