Merge pull request #6293 from jherico/lisa

Disabling billboard rendering, source of the evil black rectangles
This commit is contained in:
Brad Hefta-Gaub 2015-11-03 12:13:51 -08:00
commit b366011d22

View file

@ -661,6 +661,9 @@ void Avatar::updateJointMappings() {
}
void Avatar::renderBillboard(RenderArgs* renderArgs) {
// FIXME disabling the billboard because it doesn't appear to work reliably
// the billboard is ending up with a random texture and position.
return;
if (_billboard.isEmpty()) {
return;
}