Disabling billboard rendering, source of the evil black rectangles

This commit is contained in:
Brad Davis 2015-11-03 11:34:05 -08:00
parent be33b40ced
commit 4c076d8b12

View file

@ -661,6 +661,9 @@ void Avatar::updateJointMappings() {
} }
void Avatar::renderBillboard(RenderArgs* renderArgs) { 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()) { if (_billboard.isEmpty()) {
return; return;
} }