mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-02-17 17:09:45 +00:00
Replaced tabs with spaces
This commit is contained in:
parent
0100a51e35
commit
50b8090c3f
1 changed files with 12 additions and 12 deletions
|
@ -96,18 +96,18 @@ function _bbox_faces(v0, voxsize, bbox) = let(
|
||||||
|
|
||||||
/// Pair of vertex indices for each edge on the voxel
|
/// Pair of vertex indices for each edge on the voxel
|
||||||
_MCEdgeVertexIndices = [
|
_MCEdgeVertexIndices = [
|
||||||
[0, 1],
|
[0, 1],
|
||||||
[1, 3],
|
[1, 3],
|
||||||
[3, 2],
|
[3, 2],
|
||||||
[2, 0],
|
[2, 0],
|
||||||
[4, 5],
|
[4, 5],
|
||||||
[5, 7],
|
[5, 7],
|
||||||
[7, 6],
|
[7, 6],
|
||||||
[6, 4],
|
[6, 4],
|
||||||
[0, 4],
|
[0, 4],
|
||||||
[1, 5],
|
[1, 5],
|
||||||
[3, 7],
|
[3, 7],
|
||||||
[2, 6],
|
[2, 6],
|
||||||
];
|
];
|
||||||
|
|
||||||
/// For each of the 255 configurations of a marching cube, define a list of triangles, specified as triples of edge indices.
|
/// For each of the 255 configurations of a marching cube, define a list of triangles, specified as triples of edge indices.
|
||||||
|
|
Loading…
Reference in a new issue