Can you see how <canvas> manipulates?

I am intrigued about how this globe’s WebGL animation is rendered:

http://ats-vs-world.cadillac.com/#!/home

enter image description here

Unlike other HTML elements, I did not understand the way to see how the canvas element manipulates.

In Chrome and other browsers, you can "Modify ... subtree modifications", "Break ... attribute changes", etc. With canvas, when it is being controlled, the element sits empty.

Is there any way to do this?

EDIT: I really appreciate @Joe's answer. But is there any way at all (in particular, not for this website), see how they manipulate it?

+5
source share
2 answers

WebGL Inspector.

, ? (, ) Chrome.

+2

Chrome ( , ). , about: flags " ". ( cog) , " " - http://www.html5rocks.com/en/tutorials/canvas/inspection/

+1

All Articles