Page 4 of 4

Re: Distant objects

Posted: 12 May 2019, 04:23
by Stomy
AnyOldName3 wrote: 11 May 2019, 22:30All that said, I'm still not convinced optimised billboards are the best use of our time when we've got no batching whatsoever.
Other than the nuclear option of replacing OSG with hand-written rendering I don't have any ideas for that so I'm exploring something what could be done. Billboards aren't a silver bullet but nothing is, and at least this could allow replacer artists to do the work of tuning some distant features to look right instead of hoping for an algorithm to do it reliably. But even so, it's still not a solution for the vanilla game so pushing it beyond 1.0 is pretty much a given, if it ever even is supported.

Re: Distant objects

Posted: 12 May 2019, 22:44
by AnyOldName3
We've got a pretty good design for a system that should 'just work'. It doesn't require abandoning OSG or even using it in ways it wasn't designed to be used. It's just that no one's implemented it yet.

Re: Distant objects

Posted: 07 Jul 2019, 09:53
by plop
Hey, I'm just intruding to add that I'm willing to help. I'm a rendering engineer by day (working on open world games) and I have some free time in the next couple of weeks. I don't know anything about OSG though :D

Am I correct that the current plan is to implement what's described in the paste bin link? (batching objects of a cell into one mesh + maybe cache + I guess building a texture atlas)

(I'm also on discord if you want to talk.)

Re: Distant objects

Posted: 07 Jul 2019, 13:21
by lysol
Nice. You might want to have a look at this too, I don't know if it has anything to do with batching, but it's at least a somewhat working distant statics system.

https://gitlab.com/OpenMW/openmw/merge_requests/127

Re: Distant objects

Posted: 28 Jul 2019, 23:02
by mikeprichard
Now that shadows are being implemented, distant statics seems to be the last major feature remaining for inclusion in OpenMW. Have plop and/or others been able to make concrete progress on this recently? Thanks to all contributors for your work!