Paul Connelly
Paul Connelly
I just confirmed [the fix in ts-node 10.8.2](https://github.com/TypeStrong/ts-node/pull/1771) resolves the issue for me.
An "iModel Id" identifies an iModel, not a thing inside an iModel. The term you are looking for is "ECInstanceId" which is a 64-bit unsigned integer identifying a row in...
The implementation of insertElementAspect inside the addon could return you the ECInstanceId. However, there is no single Aspect table - there are two: ElementMultiAspect and ElementUniqueAspect - so the ECInstanceId...
Please update description to indicate the motivation behind and ramifications of this change. Or, fill out the provided enhancement issue template.
@markschlosseratbentley please file defect on backlog.
ImageTests shows some differences in terrain - unclear why - and views with all OpenStreetMaps buildings missing. The results were consistent across 2 runs.
OSM building tile set uses additive refinement. This PR breaks tile selection for additive tilesets. It still loads tiles, and selects some (but far fewer) to draw. The old code...
Make sure you are using latest version of iTwin.js please, or specify which version you're using. The first error is about two processes trying to interact with the same file...
PBR materials is the standard.
@markschlosseratbentley I don't think we should build further enhancements atop our current hacked-together lighting system. PBR has become the standard for realistic lighting - if we want more realistic lighting,...