m...something VERY strange is going on here , when i try this :
`==============================================
`======Made by Dodic , 3d pong ================
`==============================================
`----------------------------------------------
sync on
set display mode 1024,768,32
autocam off
position camera 90,5000,50
make matrix 1,100,100,10,10
load image "media/water.jpg",1
Prepare matrix texture 1,1,1,1
do
loop
And run it i get a WHITE screen ...
And when i try this:
`==============================================
`======Made by Dodic , 3d pong ================
`==============================================
`----------------------------------------------
sync on
set display mode 1024,768,32
autocam off
position camera 90,5000,50
make matrix 1,100,100,10,10
load image "media/water.jpg",1
Prepare matrix texture 1,1,1,1
do
sync
loop
it`s not white anymore , but it still doesn`t change the camera position , and that IS all the code , what a heck is going on here ? (sorry for the expression...)
my posts have been read or opened

times !