Paul Connelly
Paul Connelly
> - [ ] I have updated `CHANGES.md` with a short summary of my change @ggetz I presume that new @private APIs don't bear mentioning in this change log?
> Whether the prefix is BENTEY or EXT is up do decide for the person who proposes the extension. If there's no objection, I will push a change to rename...
> what prevents importers from doing this implicitly instead of checking for this explicit extension? An importer that sees multiple line/triangle strip primitives all using the same vertex attributes could...
What can I do to help get this over the finish line?
We have [implemented](https://github.com/iTwin/itwinjs-core/pull/8312) this extension. Please let me know what if anything is required before this can merge.
@lilleyse sorry for the delayed response. The line width, point size, and dash pattern can all be [dynamically overridden](https://www.itwinjs.org/learning/display/symbologyoverrides/), among other things.
> For polylines could you use `LINE_STRIP` + primitive restart? > > glTF disallows primitive restart values but an extension could potentially allow it. Some discussion in [KhronosGroup/glTF#1142](https://github.com/KhronosGroup/glTF/issues/1142). Absolutely.
> For polylines could you use LINE_STRIP + primitive restart? Submitted https://github.com/KhronosGroup/glTF/pull/2478 for this. FYI @lilleyse.
@akmorgan99 See "Current Status" appended to the issue description.
@kring @javagl @pjcozzi thank you for your feedback. I've revised the spec accordingly.