Version sans subdivision de fenêtres.

This commit is contained in:
Yoann 2012-01-19 16:05:56 +01:00
parent 3c385a04a6
commit 88bd0478bf

View File

@ -28,7 +28,8 @@ bool MurQuad::split() {
float length = c.maxLengthNS();
if(length > 660) {
//if(length > 660) {
if(false) {
Quad qa = c.insetOpp(W,length/2);
Quad qb = c.insetOpp(E,length-(length/2));
Quad qah = ch.insetOpp(W,length/2);