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:
@@ -309,6 +309,7 @@ public enum UVLModelLoader implements ICustomModelLoader
|
||||
};
|
||||
trans.setParent( builder );
|
||||
quad.pipe( trans );
|
||||
builder.setQuadOrientation( quad.getFace() );
|
||||
return builder.build();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user