three-landscape
three-landscape copied to clipboard
Virtual Textures
implement a sparse virtual texture to reduce performance impact of combining expensive operations such as triplanar mapping + gridless pass.
'A poor man's virtual texture has been released as part of https://github.com/nwpointer/three-landscape/pull/30
Its not virtual but generates a single low quality texture of the entire terrain and samples that when the camera is far away.