Mapping in new LODs - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mapping in new LODs (
/showthread.php?tid=580734)
Mapping in new LODs -
Orma - 07.07.2015
A problem seems to occur when you manually map in LOD objects. They're visible even if you're close enough to render its "parent" object. Is there an efficient way to make LODs fade in when the HD model is fading out?
Re: Mapping in new LODs -
Pottus - 07.07.2015
Quote:
Originally Posted by Orma
A problem seems to occur when you manually map in LOD objects. They're visible even if you're close enough to render its "parent" object. Is there an efficient way to make LODs fade in when the HD model is fading out?
|
I think the streamer would need an update for that.
Re: Mapping in new LODs -
Crayder - 07.07.2015
LODs are typically larger or smaller than their actual object, so you could just play with the draw distance and stream distance stuff to find that point where the fade is reversed (yes, this exists). It's actually a bug, but you could use it for this.
Ps, Question: Why would you want to map LOD objects?