This is a demo of THREE.AugmentedConsole.js, a small library to help work with three.js.
It uses chrome's console.table to format the output when using console.log to inspect objects. If the object is a known format it uses a table to display its contents.
The supported types are
How to use: Open the console and type console.log( camera.position )
, console.log( cube.matrixWorld )
or console.log( cube.rotation )
(hint: you can click these commands).
Support: Chrome and Firefox. Safari does support console.table but doesn't seem to format anything.