cityjson / cityjson-threejs-loader

Apache License 2.0
16 stars 9 forks source link

Expose core classes for custom usage #2

Open robhawkes opened 3 years ago

robhawkes commented 3 years ago

Description

Expectation

liberostelios commented 3 years ago

Thanks for the remark! The plan is to have all classes available to the user so that they can use composition to enable whatever behaviour the want (or to extend the functionality). I was just lazy to do it so far, as I am still experimenting with things. 😇

Except for just exposing these files through the index, do you think there is a way that ChunkParser and GeometryParser can become more extensible? I am worried that these classes might be already a bit overloaded and could be decomposed even further.