nwpointer / three-landscape

React-three-fiber compatible abstractions that make it easier to render high quality landscapes scenes

Home Page:https://three-landscape.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virtual Textures

nwpointer opened this issue · comments

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 #30

Its not virtual but generates a single low quality texture of the entire terrain and samples that when the camera is far away.