Hello everybody I've been using delphi and C++ in more than 3 years.
I want to start making a new 3d game.
I did a lot of 2D games before.
but in 3d I have problem to start.
how do I make the actors.
I mean do I make an object contain the (x,y,z positions) or a matrix and what are the values that I put in the matrix
In 2d I used to make matrix that contain all the world and I move the ones showed at the keyboad keydown.
do I make the same thing in the 3d.
Thanks