bw2012 / UE4VoxelTerrain

Unreal Engine 4: Smooth voxel terrian example
https://unrealsandbox.github.io/
MIT License
574 stars 126 forks source link

Add tool 7: Create basalt boxes #14

Closed jvanegmond closed 7 years ago

jvanegmond commented 7 years ago

Playing around with UE4VoxelTerrain today and decided to add a tool to fill cubes in a similar way in which they can be removed. Implemented it fairly easily (I'm definitely a EU4 beginner) and had some fun making small mazes.

Not sure if you're accepting pull requests or want such a change. I've had some fun with it and thought to share.

This depends on another pull request, namely: https://github.com/bw2012/UnrealSandboxTerrain/pull/2

jvanegmond commented 7 years ago

image

Screenshot of how it looks in-game.

bw2012 commented 7 years ago

It looks awesome. Thanks a lot for your contribution

SvarogZ commented 7 years ago

You have forgotten to implement the changes in the Terrain plugin here https://github.com/bw2012/UnrealSandboxTerrain/pull/2 Or maybe it's implemented with mistakes. Downloaded wersionof project is not compiled without it.

SvarogZ commented 7 years ago

Oh, Sorry! I turned back my handmade version, next copied downloaded files again and rebuild the project again. Successful.