8000 GitHub - javagl/cesium-cpp: Internal tests for cesium-native
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

javagl/cesium-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cesium-cpp

A small test project for cesium-native.


Clone this repo:

git clone https://github.com/javagl/cesium-cpp.git

Clone cesium-native:

cd cesium-cpp
cd extern
git clone https://github.com/CesiumGS/cesium-native.git

Create makefiles:

cmake -B build -S . -G "Visual Studio 16 2019" -A x64

Open build/cesium-cpp.sln with visual studio, compile it, and run the resulting executable:

cd build
cd Debug
cesium-cpp.exe

It will print a short usage hint. In order to read all glTF sample models from a local directory (that contains the model-index.json file), use

cesium-cpp -gltf C:/Samples/

About

Internal tests for cesium-native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0