From 10f612857997a6e3bd0a5acfda5b53b183deb97b Mon Sep 17 00:00:00 2001 From: Chris Hodapp Date: Thu, 10 Oct 2019 03:47:47 +0200 Subject: [PATCH] Add note to handle later --- meshgen.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meshgen.py b/meshgen.py index 26df4ed..f351da2 100644 --- a/meshgen.py +++ b/meshgen.py @@ -6,6 +6,9 @@ import trimesh # Generate a frame with 'count' boundaries in the XZ plane. # Each one rotates by 'ang' as it moves by 'dz'. # dx0 is center-point distance from each to the origin. +# +# TODO: This needs to transform an existing generator, not just +# a boundary! def gen_twisted_boundary(bs=None, count=4, dx0=2, dz=0.2, ang=0.1): if bs is None: b = numpy.array([