Rashid Ellis

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • Rashid Ellis
    Moderator

    Wow! You took this and was able to implement with precision!

    This is actually the basic concept for voxel environments in games such as Minecraft. The difference is that the grid is implemented using a 3-dimensional array.

    Now that you have the basic concept for this, you can do this using any method you know to create any combination of shapes by instantiating entities that pass any type of validation. You can use any type of algorithm, picture, or pattern for this. (I.E.: picture of John Cena, or and troll face.)

    ah HA!

    Later, if you want to go on to create larger and more complex shapes and behaviors, you can look into how to define basic primitives, (All boxes inside the volume return true.) In your case, You can animate the grid’s appearance by validating with a circle (Or the distance to a point that has its Transform changing per frame.)

    Or create interesting particle effects. Let me know if you have additional questions!

Viewing 1 post (of 1 total)