Sean Lilley
Sean Lilley
[EXT_accessor_additional_types](https://github.com/KhronosGroup/glTF/pull/2395) defines additional accessor component types `INT`, `INT64`, `UNSIGNED_INT64`, and `DOUBLE`. We're using this branch for some internal pipelines where it's helpful to have higher precision types when manipulating glTF...
Debug vcpkg libraries should be installed from the `debug/lib` directory, not the `lib` directory.
Add list of supported glTF and 3D Tiles extensions somewhere in the documentation. This might vary per library, e.g. `Cesium3DTiles` and `Cesium3DTilesSelection` might slightly differ.
An ellipsoid should get passed to `BoundingRegion` here: https://github.com/CesiumGS/cesium-native/blob/31e93ac2992eeac7600357710dc50b7c70d54b85/Cesium3DTilesSelection/src/TilesetContentManager.cpp#L154-L157 Caught while compiling with `CESIUM_DISABLE_DEFAULT_ELLIPSOID`
Fixes https://github.com/CesiumGS/cesium-omniverse/issues/745 Updates to the latest version of Kit 107 being used in [kit-app-template](https://github.com/NVIDIA-Omniverse/kit-app-template) and eventually IsaacSim 5.0. Aside from build system tweaks there aren't too many changes. The main...
I'm seeing two unit test failures on macOS as of 1.76. The failures go back at least as far as 1.70, I haven't checked earlier than that. System: 2015 MacBook,...
Copied from https://github.com/CesiumGS/cesium/issues/8692 https://github.com/CesiumGS/cesium/pull/9651 added `ImageryLayerCollection.pickImageryLayers` which determines the imagery layers that are intersected by a pick ray. This only checks the rectangle extents and does not check the alpha...
We should consider replacing [CESIUM_primitive_outline](https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Vendor/CESIUM_primitive_outline/README.md) with [EXT_mesh_primitive_edge_visibility](https://github.com/KhronosGroup/glTF/pull/2479), a new extension for defining visible edges in a glTF — e.g. for rendering building outlines or rendering edges in engineering models. Both...
Currently, property IDs must be alphanumeric: > "A dictionary, where each key is a property ID and each value is an object defining the property. Property IDs shall be alphanumeric...
One limitation of using No Data values with `ENUM` properties is that it needs to be one of the enumerations. It would be nice if you could use a value...