Help with cubemaps

Blitz3D Forums/Blitz3D Programming/Help with cubemaps

Snarkbait(Posted 2005) [#1]
Could someone please explain to me how to make a simple cubemap to show a reflective surface on the top of a cube... or point me to a tutorial, for some reason I am just not getting it. Thx!


Shambler(Posted 2005) [#2]
Cygnus has an excellent demo in the code archives.

http://www.blitzbasic.com/codearcs/codearcs.php?code=1167


jfk EO-11110(Posted 2005) [#3]
Did you try this:
http://www.blitzbasic.com/codearcs/codearcs.php?code=1167

Also, try to find the markio cubed demo. And Robs Water Demo. And the cubemap water demo that was released lately (skybox etc.).


Snarkbait(Posted 2005) [#4]
Ah yes, thanx much!


Snarkbait(Posted 2005) [#5]
I added a bit to the code archive entry for this to get the multitexturing to work properly...