cesium-native
0.43.0
Loading...
Searching...
No Matches
Library.h
1
#pragma once
2
8
namespace
CesiumGltfContent
{}
9
10
#if defined(_WIN32) && defined(CESIUM_SHARED)
11
#ifdef CESIUMGLTFCONTENT_BUILDING
12
#define CESIUMGLTFCONTENT_API __declspec(dllexport)
13
#else
14
#define CESIUMGLTFCONTENT_API __declspec(dllimport)
15
#endif
16
#else
17
#define CESIUMGLTFCONTENT_API
18
#endif
CesiumGltfContent
Classes that support manipulating the content of a glTF.
Definition
GltfUtilities.h:26
CesiumGltfContent
include
CesiumGltfContent
Library.h
Generated by
1.12.0