mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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) {
|
||||
// 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