Controller Model (#33)

* Implemented the controller models (using the UVL model loader to make the lights be fullbright at night).
This commit is contained in:
shartte
2016-08-15 10:28:45 +02:00
committed by Elix_x
parent a422de6adb
commit 24ddc0e574
24 changed files with 359 additions and 6 deletions
@@ -309,6 +309,7 @@ public enum UVLModelLoader implements ICustomModelLoader
};
trans.setParent( builder );
quad.pipe( trans );
builder.setQuadOrientation( quad.getFace() );
return builder.build();
}
else