Geodan / pg2b3dm

Tool for creating 3D Tiles from PostGIS geometries
MIT License
334 stars 62 forks source link

Option --shaderscolumn deprecated #173

Open bertt opened 4 weeks ago

bertt commented 4 weeks ago

Notice: Option --shaderscolumn is deprecated and will be removed in a upcoming release (breaking change)

With option shaderscolumn it's possible to define the shader per triangle in the database, using a predefined JSON format. See https://github.com/Geodan/pg2b3dm/blob/master/styling.md

Although a very powerful mechanism, reasons for deprecation are:

Alternative options are:

bertt commented 4 weeks ago

PR see https://github.com/Geodan/pg2b3dm/pull/172