mozzius / r3f-terrain

react-three-fiber terrain generator
https://terrain.mozzius.dev
36 stars 6 forks source link

infinite world #32

Open parweb opened 1 year ago

parweb commented 1 year ago

I try to use it in an infinite world depending on the player position i need to add to the scene a "tile" (tile == TerrainManager) but when i play with offset nothing append the mesh stay at the same place

mozzius commented 1 year ago

Apologies, I haven't touched this project in years and I don't believe I ever got tiling working correctly. I may take a look if I find the time but you may find it best to just learn from my code and write your own implementation