From 40f6415c04f13796dd2dd6af37a7907e6f57f112 Mon Sep 17 00:00:00 2001 From: runs Date: Sun, 1 Aug 2021 01:22:11 +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 4062b51..f2bceaa 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="box" +shape=box #The radius between spheres or boxes ##for a box the "radius" is edge/2 radius=256