-
[Commandeer](https://github.com/rowanmanning/commandeer) is a library that supports a lot of the proxying behaviour that Shunter needs. I think it'd be worth investigating if this will work as a drop-…
-
[JSCoverage](http://siliconforks.com/jscoverage/), which we are using now, was replaced with [JSCover](http://tntim96.github.io/JSCover/). Let's upgrade at some point.
No rush, but @shunter brought …
-
First noticed this with NORAD Tracks Santa, but saw it again today.
Billboards appear to be clipped against the edge of the frustum.
![image](https://cloud.githubusercontent.com/assets/32828/4342160…
-
It would be awesome to modify Jasmine and `SpecRunner.html` to report the time each suite and spec takes. This way if we write slow running tests, we know right away. Keeping our tests fast, keeps t…
-
Missing dependency mocha-phantomjs-core causes client side tests to fail on apps build with shunter.
This may have been caused by #218.
```
$ make test-client
> running client-side unit tests
…
-
Including translucency for each layer, and overall z-order. Let's discuss more before implementing.
-
Reported on the forum: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/OASbgZGgw8E
@shunter and @dwhipps both reported cesium crashes with the latest chrome update, Version 54.0.2840.59
This …
-
In master I'm seeing new artifacts when rendering polylines. Possibly this is related to the polylines on terrain addition?
[Sandcastle](https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/#c=ZVFdT8…
-
Firefox 18 seems to have broken unit tests at head of master.
`Scene/EllipsoidPrimitive renders with the default material.`
`Scene/PolylineCollection renders more than 64K vertexes of same polyline.`…
-
I'm updating my Typescript typings (ref #5717 ) based on the docs and found a few minor issues.
* A few things on the new `Resource` class:
* I suspect you probably didn't mean to make the ins…