refined the PolygonMesh constructor
This commit is contained in:
@@ -93,6 +93,7 @@ if __name__ == '__main__':
|
||||
from surf.subd.cc import refine
|
||||
input_file_name = sys.argv[1]
|
||||
cube = json.load(open(input_file_name, 'r'))
|
||||
import pdb; pdb.set_trace()
|
||||
p = PolygonMesh(**cube)
|
||||
q = refine(p)
|
||||
print q
|
||||
|
||||
Reference in New Issue
Block a user