rickje139
(rickje139)
October 30, 2023, 12:30am
#1
Im trying to create a system that loads the terrain on the client or allows you to copy and paste terrain infinitely using writevoxels but i noticed writevoxels does not accurately paste the data for some reason.
Does anyone know what could possibly be causing writevoxels to mess up the terrain?
This is the original terrain that was copied
Ripxff
(bhdb)
October 30, 2023, 1:16am
#2
compression maybe, im not sure how that plugin works but i mean it looks easy to manipulate and fix manually
rickje139
(rickje139)
October 30, 2023, 1:37am
#3
it uses readvoxel and saves the voxels, then it readvoxels and applies the saved voxels onto the already existing region and runs writevoxels.
It should be easy stuff but for some reason its not as accurate as it should be even when pasting pure voxel data without affecting it anyhow.
Kurookku
(Kurokku)
October 30, 2023, 2:01am
#5
Seems to me like another classic Roblox floating point error or perhaps rounding issues
1 Like
rickje139
(rickje139)
October 30, 2023, 2:05am
#6
i tried pasting the terrain exactly on the same position and everything, but for some reason it still shows up like that
Kurookku
(Kurokku)
October 30, 2023, 2:09am
#7
Like bhdb said, it might be some sort of compression issue or some sort of rounding error on roblox’s side.
2 Likes