nwpointer / three-landscape

React-three-fiber compatible abstractions that make it easier to render high quality landscapes scenes
https://three-landscape.vercel.app
MIT License
133 stars 19 forks source link

Surface displacement maps #15

Open nwpointer opened 2 years ago

nwpointer commented 2 years ago

Grass or rocks should be displaceable to add additional details.

Doing to performantly is dependent on adaptive mesh density. alternatively instead of actually displacing the objects, use parallax occlusion.

nwpointer commented 1 year ago

Also requires https://github.com/nwpointer/three-landscape/issues/8 to be used effectively unless you have a very small number of surfaces