mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 16:30:16 +02:00
Disabling billboard rendering, source of the evil black rectangles
This commit is contained in:
parent
be33b40ced
commit
4c076d8b12
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue