cats.jpg seems to be missing

Stepping through the tutorials, I add this line:

ellipse.material = ‘./…/…/images/2015/02-02/cats.jpg’;

The formerly blue ellipse is now white with some orange flecks.

Tried another picture with full url and that worked, so it’s not really a problem.

Just thought someone should know that someone has stolen the cats image.

Also, on a Chromebook F8 pops up the volume control, so I have to click the RUN button. Shucky darn.

Thanks! The relative path to that image isn’t quite right. This should work instead: ellipse.material = ‘//cesiumjs.org/images/2015/02-02/cats.jpg’;
I’ve fixed the link, it should be updated on the website shortly.

Best,

Hannah

Bueno. Gracias.