When i load a 3D object it say "runtime Error 7018 - could not load 3D object at line 14"
.
Here is the code
REM Project: new
REM Created: 9/10/2007 10:54:28 AM
REM
REM ***** Main Source File *****
REM
SET DIR "C:\Program Files\The Game Creators\Dark Basic Professional Trial\Projects\new"
set display mode 1280, 1024, 32
autocam off
sync on
sync rate 60
load object "car.x", 1
position camera 30, 90, 30
point camera 0, 0, 0
make light 1
position light 1, 0, 30, 0
do
if downkey()=1 then move object right 1,1
if upkey()=1 then move object left 1,1
if rightkey()=1 then turn object right 1,2
if leftkey()=1 then turn object left 1,2
sync
loop
The "car.x" is in the same file as "new.dbpro".
What is a good FREE 3D modeling tool?
P.S. i use the Trial Version of darkbasic pro and i use the Trial Version of AC3D.