From 81a461a900058105ce49613b98a0344fe8fe4bde Mon Sep 17 00:00:00 2001
From: Hui Wang <wanghehv@sjtu.edu.cn>
Date: Tue, 11 May 2021 18:59:35 +0800
Subject: [PATCH] increase the thickness of cube

---
 data/cube_shallow.off | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/data/cube_shallow.off b/data/cube_shallow.off
index fb52f6d..cf6412c 100644
--- a/data/cube_shallow.off
+++ b/data/cube_shallow.off
@@ -2,14 +2,14 @@ OFF
 #  cube.off
 #  A cube
 8 12 0
--1 -0.01 -1
-1 -0.01 -1
--1 0.01 -1
-1 0.01 -1
--1 -0.01 1
- 1 -0.01 1
--1 0.01 1
- 1 0.01 1
+-1 -0.1 -1
+1 -0.1 -1
+-1 0.1 -1
+1 0.1 -1
+-1 -0.1 1
+ 1 -0.1 1
+-1 0.1 1
+ 1 0.1 1
 3   0 2 1
 3   2 3 1
 3   1 3 5
-- 
GitLab