FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.69k stars 348 forks source link

Terrain Has Seams Between Chunks #522

Closed IceGuye closed 1 year ago

IceGuye commented 1 year ago

When editing the terrain and the brush touching the edges of chunks, seams will appear. Further more, the opposite side of the terrain will be modified too. It looks like that each chunks have been moved and wrapped to the other side by one two pixels.

Video has been attached, please see: https://github.com/FyroxEngine/Fyrox/assets/7291463/1ea170d7-ee8e-47d9-97c6-920357166104

To reproduce:

  1. Create a terrain, and all the terrain settings are default, which has 2x2 chunks.
  2. Use the brush of the terrain editor.
  3. Modify somewhere between each chunk.