Skip to content

apollokit/CSTAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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

About

CesiumJS extensions developed at STAR Lab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published