Commit version of Twist I tried in Blender
This commit is contained in:
parent
7a770bb533
commit
cf9124d04c
@ -442,7 +442,8 @@ pub fn main() {
|
|||||||
// that the very tips are non-manifold. I am wondering if this is
|
// that the very tips are non-manifold. I am wondering if this is
|
||||||
// some sort of numerical precision issue.
|
// some sort of numerical precision issue.
|
||||||
|
|
||||||
run_test_iter(Twist::init(1.0, 2), 100, "twist2");
|
run_test_iter(Twist::init(1.0, 2), 100, "twist");
|
||||||
// This is a stress test:
|
// This is a stress test:
|
||||||
//run_test_iter(Twist::init(10.0, 16), 800, "twist2");
|
// let f = 20;
|
||||||
|
// run_test_iter(Twist::init(f as f32, 32), 100*f, "twist2");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user