Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1002 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 1002 Bytes

CSTAR

CesiumJS extensions developed at STAR Lab

Extensions

  • grip
  • create and run scripted sequences
  • dolly
  • camera movement controls
  • debugger
  • debug camera positioning/grip
  • auxrender
  • entity render extensions

How to use these tools

These extensions have been designed to be used as a git submodule. Here's how to set them up:

Adding CSTAR to your repo

Register a submodule in somewhere your repository:

$ git submodule add [email protected]:apollokit/CSTAR.git path/to/submodule/mount/

To set up your repo, continue to the next step:

On each clone of your repo

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