Skip to content

Commit 5c8b8b1

Browse files
committed
Merge branch 'main' into performance-testing
2 parents c22de86 + 71006dd commit 5c8b8b1

307 files changed

Lines changed: 309 additions & 309 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGES.md

Lines changed: 1 addition & 1 deletion

CesiumForUnreal.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
3-
"Version": 93,
4-
"VersionName": "2.28.0",
3+
"Version": 94,
4+
"VersionName": "2.29.0",
55
"FriendlyName": "Cesium for Unreal",
66
"Description": "Unlock the 3D geospatial ecosystem in Unreal Engine with real-world 3D content and a high accuracy full-scale WGS84 globe.",
77
"Category": "Geospatial",

Shaders/Private/CesiumPointAttenuationVertexFactory.ush

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 CesiumGS, Inc. and Contributors
1+
// Copyright 2020-2026 CesiumGS, Inc. and Contributors
22

33
/*=============================================================================
44
CesiumPointAttenuationVertexFactory.ush: point attenuation vertex factory shader code.

Source/CesiumEditor/Private/Cesium3DTilesetCustomization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 CesiumGS, Inc. and Contributors
1+
// Copyright 2020-2026 CesiumGS, Inc. and Contributors
22

33
#include "Cesium3DTilesetCustomization.h"
44
#include "Cesium3DTileset.h"

Source/CesiumEditor/Private/Cesium3DTilesetCustomization.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 CesiumGS, Inc. and Contributors
1+
// Copyright 2020-2026 CesiumGS, Inc. and Contributors
22

33
#pragma once
44

Source/CesiumEditor/Private/CesiumCommands.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 CesiumGS, Inc. and Contributors
1+
// Copyright 2020-2026 CesiumGS, Inc. and Contributors
22

33
#include "CesiumCommands.h"
44
#include "CesiumEditor.h"

Source/CesiumEditor/Private/CesiumCommands.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 CesiumGS, Inc. and Contributors
1+
// Copyright 2020-2026 CesiumGS, Inc. and Contributors
22

33
#pragma once
44

Source/CesiumEditor/Private/CesiumCustomization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 CesiumGS, Inc. and Contributors
1+
// Copyright 2020-2026 CesiumGS, Inc. and Contributors
22

33
#include "CesiumCustomization.h"
44
#include "DetailCategoryBuilder.h"

Source/CesiumEditor/Private/CesiumCustomization.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 CesiumGS, Inc. and Contributors
1+
// Copyright 2020-2026 CesiumGS, Inc. and Contributors
22

33
#pragma once
44

Source/CesiumEditor/Private/CesiumDegreesMinutesSecondsEditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2024 CesiumGS, Inc. and Contributors
1+
// Copyright 2020-2026 CesiumGS, Inc. and Contributors
22

33
#include "CesiumDegreesMinutesSecondsEditor.h"
44
#include "CesiumEditor.h"

0 commit comments

Comments
 (0)