Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions native~/Runtime/src/Cesium3DTilesetImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ struct CalculateECEFCameraPosition {
glm::dvec3 operator()(const CesiumGeospatial::S2CellBoundingVolume& s2) {
return (*this)(s2.computeBoundingRegion(ellipsoid));
}

glm::dvec3 operator()(const CesiumGeometry::BoundingCylinderRegion& cyl) {
return (*this)(cyl.toOrientedBoundingBox());
}
};
} // namespace

Expand Down
2 changes: 1 addition & 1 deletion native~/extern/cesium-native
Submodule cesium-native updated 126 files