mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-06 01:35:54 +00:00
higher wheel LOD dist
This commit is contained in:
parent
ed74182cc2
commit
8520bbd2c7
|
@ -263,6 +263,7 @@ CVisibilityPlugins::RenderWheelAtomicCB(RpAtomic *atomic)
|
|||
|
||||
mi = GetAtomicModelInfo(atomic);
|
||||
len = Sqrt(DistToCameraSq);
|
||||
len *= 0.5f; // HACK HACK, LOD wheels look shite
|
||||
lodatm = mi->GetAtomicFromDistance(len * TheCamera.LODDistMultiplier / VEHICLE_LODDIST_MULTIPLIER);
|
||||
if(lodatm){
|
||||
if(RpAtomicGetGeometry(lodatm) != RpAtomicGetGeometry(atomic))
|
||||
|
|
Loading…
Reference in a new issue