mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Revert DynOS auto-disable-billboard
This commit is contained in:
parent
592df229b6
commit
f8b8e80cf6
1 changed files with 3 additions and 2 deletions
|
|
@ -25,13 +25,14 @@ static void DynOS_Pack_ActivateActor(s32 aPackIndex, Pair<const char *, GfxData
|
||||||
};
|
};
|
||||||
|
|
||||||
// Check if we should disable billboards
|
// Check if we should disable billboards
|
||||||
u32 vertices = 0;
|
// TODO: make this smarter
|
||||||
|
/*u32 vertices = 0;
|
||||||
for (auto& vtx : aGfxData->mVertices) {
|
for (auto& vtx : aGfxData->mVertices) {
|
||||||
vertices += vtx->mSize;
|
vertices += vtx->mSize;
|
||||||
}
|
}
|
||||||
if (vertices > 6) {
|
if (vertices > 6) {
|
||||||
actorGfx.mGraphNode->extraFlags |= GRAPH_EXTRA_FORCE_3D;
|
actorGfx.mGraphNode->extraFlags |= GRAPH_EXTRA_FORCE_3D;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
DynOS_Actor_Valid(georef, actorGfx);
|
DynOS_Actor_Valid(georef, actorGfx);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue