here's an example ; but I send the code with the medias to doclar1
Rem Project: test
Rem Created: 16/02/2003 14:26:27
Rem ***** Main Source File *****
sync on
sync rate 50
set display mode 1024,768,16
make light 1
set light range 1,20
color light 1,RGB(236,229,255)
position light 1,0,10,0
make matrix 1,10,10,5,5
load image "images\herbe.jpg",1
prepare matrix texture 1,1,1,1
set matrix height 1,2,2,2
set matrix height 1,2,3,2
set matrix height 1,3,2,2
set matrix height 1,3,3,2
update matrix 1
load object "3d\cristaux.x",1
position object 1,5,2,5
ghost object on 1,1
make object sphere 2,20
scale object 2,-100,-100,-100
position object 2,5,2,5
for t=3 to 10
make object sphere t,1,3+rnd(3),3+rnd(3)
position object t,rnd(10),rnd(3),rnd(10)
next t
do
angle = wrapvalue(angle + 1)
inc val
hauteur# = 5*sin(val)
set camera to follow 5,5,5,angle,5*sqrt(2),5+hauteur#,3,0
point camera 5,2,5
sync
loop
I'm following John, but I'm not john.
Lol, it is funnier in french
