Hacker News new | ask | show | jobs
by Panzerschrek 63 days ago
In practice many useful representation can be built only in a hierarchical way. Unless you want to force artist/map makers to split their maps in regions manually.
1 comments

You can do it all kinds of ways. Artists don't do it, tools do.

Example: Racing game, since cars can't go off the track, you divide the track into segments (a few meters long) and compute the PVS for each segment.

Plenty of others.