mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Merge pull request #6293 from jherico/lisa
Disabling billboard rendering, source of the evil black rectangles
This commit is contained in:
commit
b366011d22
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue