From 49b7535e558b10c8592fa62476f166b46ea278f0 Mon Sep 17 00:00:00 2001 From: runs Date: Sun, 1 Aug 2021 00:58:47 +0200 Subject: [PATCH] now the volume shape can be a box --- ptol.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ptol.conf b/ptol.conf index aee9aa4..4062b51 100644 --- a/ptol.conf +++ b/ptol.conf @@ -2,7 +2,7 @@ world_center=(0,0,0) #Volume Shape ##It could be "sphere" or "box" -shape="sphere" +shape="box" #The radius between spheres or boxes ##for a box the "radius" is edge/2 radius=256