Re: [Algorithms] ROAM
Brought to you by:
vexxed72
From: Pierre T. <p.t...@wa...> - 2002-11-29 10:55:43
|
> Agreed that in real "large world" apps the paging in and out of data is also > a very interesting problem. Though I can't help thinking the basics of > mipmapping (and swizzling, so that a square region is a single linear > access) heightfields should solve half the problem, and a good async-loading > streamer should solve the other half. Does it need to be any fancier? There was that thing called "clipmaps" in SIG97... IIRC the texture was like 40 million * 20 million texels. Nice :) Pierre |