Julien QUENTIN

Results 5 issues of Julien QUENTIN

Hi, This is a proposal to implement an ellipsoid tileset loader. It leverages the custom loader API and allows the `Cesium3DTileset` to generate terrain by creating an ellipsoidal surface. I...

Showcases https://github.com/CesiumGS/cesium-native/pull/908 by adding a new example scene called "08_CesiumEllipsoid". ⚠️Depends on [this version](https://github.com/CesiumGS/cesium-unity/pull/467) of the cesium-unity package. ![image](https://github.com/CesiumGS/cesium-unity-samples/assets/70526050/520d06f9-7baa-4343-9299-cb05fcbf6f58)

Supports https://github.com/CesiumGS/cesium-native/pull/908 by providing a new "From WGS84 Ellipsoid" option in the `Cesium3DTileset`'s "Tileset Source" dropdown. ![image](https://github.com/CesiumGS/cesium-unity/assets/70526050/19c45308-2546-4018-8331-c28731884e8a)

Hi, When the `CESIUM_MSVC_STATIC_RUNTIME_ENABLED` option of the [CMakeLists.txt](https://github.com/CesiumGS/cesium-native/blob/main/CMakeLists.txt) is set to `ON`, building cesium-native fails at the linker stage. I'm using an up-to-date Visual Studio 2022 + CMake setup. I...

### What happened? Hi, These new warnings are now displayed in the console when starting a project: ``` EditorErrors: Warning: Click to open file Found a deprecated ini key name...

bug