aardgoose / CaveView.js

Web native 3d cave survey viewer
https://aardgoose.github.io/CaveView.js/
MIT License
44 stars 11 forks source link

flat shading option #20

Open goatchurchprime opened 4 years ago

goatchurchprime commented 4 years ago

While the GL shading code makes it easy to do smooth shading by interpolating the light values at the vertices against their averaged normals, flat shading can make it easier to see what the actual survey data is.

You can also use the white saturation of the colours to indicate the slope of the polygonal surface, which also helps to interpret the ambiguous directions of all the surfaces.

From groundwindow: image

From survex/aven: image