- Home /
Question by
Xender · Feb 04, 2015 at 05:24 PM ·
arrayvoxelsplitdestruction
How to split 3D array in to two - Breaking voxelized objects.
I create simple Voxel engine based on 3D array, 0 means nothing, 1 - voxel. I need to break voxelized object in to two on collision. Let me show example in 2D array:
0000000000
0111011110
0111011110
0111011110
0000000000
And I need to split it into two arrays/objects.
Anyone have any ideas?
Comment
Your answer

Follow this Question
Related Questions
split() for separators more than 1 characters 2 Answers
Splitting String Into Array 2 Answers
Split String into Arrays 1 Answer
How to convert a string to int array in Unity C# 1 Answer
,If i were to have a inventory system could i split it twice 0 Answers