this is just plain annoying and probably something so simple that I overlooked it ???
I have no problem with loading models , but for some reason
when making a cube or any object with dbp directly then parts of it appear grey or black (depending on your object's ambient settings } anyway , what I am wanting to do is make just a plain solid green cube but it seems like it always appears colored grey or black on the bottom or sides (screenshot attatched). the following code demonstrates what I am talking about most effectively as the object rolls over and you get a dark effect from the bottom
I'm posting here because this should be something simple to fix ???
make object cube 1,100
color object 1,rgb(0,255,0)
do
turn object right 1,.1 : pitch object down 1,.1
loop
----------------
Gamerboots~