vpenades / SharpGLTF

glTF reader and writer for .NET Standard
MIT License
470 stars 75 forks source link

Terrain Example #2

Closed alanrose closed 5 years ago

alanrose commented 5 years ago

This package looks great. Can you please give an example of building a simple terrain. Say a grid of 10 by 10 vertices.

vpenades commented 5 years ago

Sure, that's an easy one.

Right now I'm refurbishing the materials API, I'll upload a terrain example along with it.

vpenades commented 5 years ago

@alanrose I've just uploaded the latest API changes and I've included a terrain generation example.

Notice, that example uses the new MaterialBuilder class, which is still WIP.

alanrose commented 5 years ago

@vpenades Thank you so much. Keep up the great work.