DXGatech / Smooth-Infinite-Voxel-Terrain

A voxel terrain generator that allows artists to easily create endless, diverse game worlds.
128 stars 25 forks source link

Smooth Shading? #1

Closed zauberparacelsus closed 6 years ago

zauberparacelsus commented 6 years ago

I noticed from the screenshots that the generated terrain has flat shading. Any plans to implement smooth shading? Outside of that one issue, this engine seems to be just perfect for a planned project.

DXGatech commented 6 years ago

Hey Zauber Don't worry, we support smooth shading for our project. The lowpoly effect is intentionally created by the terrain material, which is processed with DDX and DDY nodes. More information about lowpoly material: https://answers.unrealengine.com/questions/499170/ddxddy-on-android-for-flat-shading.html The reason why we use this asset is mainly because of my personal taste and a lack of art assets. We plan to make a presentation video with realistic terrain materials later on. Thanks for reminding! I'll add this to the readme file later in case other people have similar questions. I'll leave this open for several hours so that you can feel free to ask more :)