Hi,
i have a little question to you. I have a terrain and an vehicle. how its possible to make an collision? I want to drive on the terrain, but my vehicle falls down.
I have search here a lot about it, but nothing is helpfull. I hope you could help me. i sit on there about 4 days...
here is my code:
prepareLevel1:
`load terrain and skybox
load image "media/texture.bmp",1
load image "media/detail.tga",2
load object "media/skybox2.x",2
`make terrain
make object terrain 3
set terrain heightmap 3,"media/map.bmp"
set terrain scale 3,3,0.6,3
set terrain light 3,1,-0.25,0,1,1,0.78,0.5
set terrain texture 3,1,2
build terrain 3
sc_SetupComplexObject 3,1,0
`make skybox
set object light 2,0
scale object 2,30000,30000,30000
NewtonVehicle("Ford",3.5,0.8,1.3,6.1,4.25,-2.0,2.7,0.98,0.5,0.2,1000.0)
RETURN
i would be really happy if you could help me.