Basic 3d textureing and object makeing by Doom8th Feb 2005 18:02
|
---|
Summary Well i started this... as i am simply just starting out with my 3d stuff with dark basic and this was just a lil something i threw together while fiddleing around... Description its a pretty simple code... just to test textures on spheres etc. Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com rem sync sync rate 0 rem image Load image "ez.bmp",1 rem start object make object sphere 3,10 color object 3,rgb(0,0,255) rem load image rem texture object Texture object 3,1 print "texture test" wait key |