Make geometry thinner
This commit is contained in:
parent
79a8ceb283
commit
d77e1c43b9
1 changed files with 8 additions and 8 deletions
|
@ -18,14 +18,14 @@ convertToMeters 1;
|
||||||
|
|
||||||
vertices
|
vertices
|
||||||
(
|
(
|
||||||
(0.0 -0.01 -0.01)
|
(0.0 -0.01 -0.0001)
|
||||||
(0.02 -0.01 -0.01)
|
(0.02 -0.01 -0.0001)
|
||||||
(0.02 0.01 -0.01)
|
(0.02 0.01 -0.0001)
|
||||||
(0.0 0.01 -0.01)
|
(0.0 0.01 -0.0001)
|
||||||
(0.0 -0.01 0.01)
|
(0.0 -0.01 0.0001)
|
||||||
(0.02 -0.01 0.01)
|
(0.02 -0.01 0.0001)
|
||||||
(0.02 0.01 0.01)
|
(0.02 0.01 0.0001)
|
||||||
(0.0 0.01 0.01)
|
(0.0 0.01 0.0001)
|
||||||
);
|
);
|
||||||
|
|
||||||
blocks
|
blocks
|
||||||
|
|
Reference in a new issue