iTwin / itwinjs-core

Monorepo for iTwin.js Library
https://www.itwinjs.org
MIT License
606 stars 210 forks source link

Permit instancing with schedule scripts #3917

Open pmconne opened 2 years ago

pmconne commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, instancing is prohibited when rendering a view with a schedule script. This requires loading special tiles which are unlikely to be pregenerated or cached.

Describe the solution you'd like Remove this constraint by enhancing the vertex table splitting code to split instances and to support area patterns (which are collections of instanced symbols).

Describe alternatives you've considered

Additional context Vertex table splitting was introduced in #3428.

markschlosseratbentley commented 1 year ago

Need to gather more requirements. @pmconne

markschlosseratbentley commented 1 year ago

This will have to be done. Currently in holding pattern.