Sean Lilley

Results 189 issues of Sean Lilley

Process CDB tiles in parallel. Not too much synchronization should be required.

enhancement

Brainstorming some improvements that 3D Tiles Next might bring to CDB to 3D Tiles * Implicit tiling within each geocell * Separate metadata into an external file with [EXT_feature_metadata](https://github.com/CesiumGS/glTF/pull/3) *...

enhancement

This CLI option would allow a user to choose which layers in the CDB they'd like to include in the 3D Tiles output. There are a couple use cases for...

enhancement

During testing of https://github.com/CesiumGS/cdb-to-3dtiles/pull/33 I removed the imagery directory from the San Diego CDB and noticed that texture coordinates were still being generated in the elevation glTFs. ```json { "accessors":...

bug

The converter should have these logging and progressing reporting capabilities * Print warnings and errors * Print info about the source data and output tileset: number of tiles, number of...

enhancement

Add a public API for the CDBTo3DTiles library so that it can be used in other projects. This would include documentation.

documentation
enhancement

There's a couple things we should eventually fix to make the CDBConverter executable more portable. * The docker built executable uses GLIBC_2.29 which only works on newer distros. Do we...

enhancement

CDB to 3D Tiles should include Cesium Native for its core geospatial classes like `Ellipsoid` and `BoundingRegion` rather than having clones here. See https://github.com/CesiumGS/cesium-native/tree/master/CesiumGeospatial

enhancement

Currently globe anchors are not affected by parent transforms. The world transform is baked into the globe anchor's transform at creation time and parent transforms are explicitly ignored. See [OmniGlobeAnchor::initialize](https://github.com/CesiumGS/cesium-omniverse/blob/d471aa312669c7d8b97f88003cf657bb17e88725/src/core/src/OmniGlobeAnchor.cpp#L242-L288)....

Globe anchors don't update when using timesampled attribute since these don't trigger USD change notifications. To fix this, we need some other way of detecting when a timesampled attribute has...