Hi,
I'm a DarkBasic noob and my english isn't perfect. Please don't hit me...
I'm new at GameDevelopment, not at programming at all. My job is programming applications in Delphi (Pascal). The private switch to DarkBasic is not easy. Why is there a main loop? I don't get this logic.
Anyway... I tried to load a model and look how it walks. The loading works but I see the model from the bottom. The Camera seems to be under the models feets. How can I easyly change it to front view?
Then... the Model Animations doesn't work. I downloaded the model from a "Free 3D Model" website. There are animations in the model. But a simple loop doesn't show them.
Here is my Code:
Sync On
Sync Rate 30
autocam on
Hide Mouse
set dir "C:\Users\Andreas\Documents"
load object "ninja.3ds", 1
scale object 1,100,100,100
make light 1
position light 1,1,1,1
position object 1,0,0,0
do
loop object 1,1,14
sync
loop
What's wrong with this?
Greetings,
Andreas
Edit: It's it's weird. Some years ago I played a little bit aound with DB Classic. It was easy but something seems changed.
In that times, I created an block in 3d world studio, hollowed it, textured it, put a light in it an exported it. Than load it in DB and I stand in this room.
Today I tried this again. Bot I only get a big black Block on the backdrop. No Textures, not at the outer, not at the inner. I incrased the ambience light but nothing changed.
What changed over the years? I don't get it...
~ And when I sometimes clos my Eyes, my mind starts, spinning around.