Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 587 Bytes

Debugger.md

File metadata and controls

25 lines (15 loc) · 587 Bytes

Debugger.js

Debug your Grip storyboards.

Overview

debugger.js contains a basic debugger capable of showing information about the current state of the attached grip instance and the Cesium viewer's camera.

Usage

Please refer to the readme for instructions on how to install CSTAR.

Setup

Link the debugger.js script somewhere in your HTML:

<script src="path/to/cstar/js/debugger.js"></script>

Then, later in your javascript, instantiate the exposed Debugger object (it auto attaches):

var debug = new Debugger();