Search Unity

Basic Voxels

Discussion in 'Scripting' started by Duskling, Aug 18, 2012.

  1. Duskling

    Duskling

    Joined:
    Mar 15, 2011
    Posts:
    1,196
    Howdy!

    Wondering what I should study and how I should get started making a voxel engine. Not talking about minecraft style, where it is generated, I'm talking about a 3D grid where you can place cubes around to construct stuff. I'm just not sure how to get started.Thanks.

    EDIT:

    Also, realized I have made multiple threads on the topic, Though they were mostly focused on the world generation bit.
     
  2. gfoot

    gfoot

    Joined:
    Jan 5, 2011
    Posts:
    550
    What do you mean by "minecraft style"? If you don't want to generate a random world, then just don't do that bit. The rendering techniques are the same though, however you generate or edit the data.