How to turn a sphere inside-out?

Blitz3D Forums/Blitz3D Beginners Area/How to turn a sphere inside-out?

Polarix(Posted 2016) [#1]
i was making a sky box but i don't know how to turn a sphere inside-out to show the sky texture on the inside. Any help?


NRJ(Posted 2016) [#2]
Use flipmesh command


Sky=createsphere()

Tex=loadtexture(file path)
Entitytexture sky, tex

Flipmesh sky


Polarix(Posted 2016) [#3]
thanks!


Guy Fawkes(Posted 2016) [#4]
Wrong! You wanna draw the sphere so it's drawn BEFORE everything else: