-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e7679b
commit eff67fe
Showing
1 changed file
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
# 3d_demo_client | ||
Includes an environment of the CesiumJS 3D viewer for demo purposes. | ||
# CesiumJS 3D Demo-Client | ||
|
||
## Requirements | ||
|
||
- [ ] Setting up the Node.Js and React.Js environment | ||
|
||
- [ ] Integration of the latest version of the [CesiumJS](https://cesiumjs.org/) framework at the time of development (Version 1.59) | ||
|
||
- [ ] Integration into a Docker environment | ||
|
||
- [ ] Loading the 3D city model of Cologne, Germany into the application | ||
|
||
- [ ] Slot a start screen (e.g. picture of Cologne Cathedral) in ahead | ||
|
||
- [ ] Zoom to Cologne Cathedral after startup | ||
|
||
- [ ] Provide a selection of different tools (have to be defined in detail) | ||
|
||
- [ ] When zooming to Cologne Cathedral, the CesiumJS Viewer is overlaid by an interior view of the cathedral (possibly [BabyolnJS](https://www.babylonjs.com/)) with which an interior view is displayed in the entrance area | ||
|
||
- [ ] Publishing of the application on [demo.terrestris.de](https://demo.terrestris.de/) | ||
|
||
**Note:** Further requirements may arise in the course of the project and will be added to this list. | ||
|
||
## Plannning | ||
|
||
The purpose of this application is a short demonstration of possibilities and a selection of applications in the 3D context. |