hello everyone,
I'm trying to develop a mini 3d game to learn a bit of game development.
I want to make a minecraft like. (with less stuff of course)
In the game, i'll need to have a lot of cubes... so my question is, what is the best solution for the cubes:
Should i use a 3d models or vertices array like this example ?
(Sorry if "vertices" is not right in english, but i didn't find any translation)
Thx a lot!
if you have any tips for managing blocks, do not hesitate to tell me
I'm trying to develop a mini 3d game to learn a bit of game development.
I want to make a minecraft like. (with less stuff of course)
In the game, i'll need to have a lot of cubes... so my question is, what is the best solution for the cubes:
Should i use a 3d models or vertices array like this example ?
(Sorry if "vertices" is not right in english, but i didn't find any translation)
Thx a lot!
if you have any tips for managing blocks, do not hesitate to tell me