CesiumJS extensions developed at STAR Lab
- grip
- create and run scripted sequences
- dolly
- camera movement controls
- debugger
- debug camera positioning/grip
- auxrender
- entity render extensions
These extensions have been designed to be used as a git submodule. Here's how to set them up:
Register a submodule in somewhere your repository:
$ git submodule add git@github.com:apollokit/CSTAR.git path/to/submodule/mount/
To set up your repo, continue to the next step:
Git submodules are not automatically cloned, so you'll need to set those up manually. First, initialize the submodules:
$ git submodule init
Next, pull down the submodules:
$ git submodule update