gl-css3d
gl-css3d copied to clipboard
sync CSS 3D transformations to a WebGL scene
Hi. First of all: amazing. This is such a cool way to display complex information in 3d space. Anyways, my situation: for lowend devices the `scale`-property of gl-now is an...
gl-css3d uses the `matrix3d` CSS property (via https://www.npmjs.com/package/matrix-to-css), part of http://www.w3.org/TR/css3-transforms/ , but there's a new more powerful specification being developed to allow CSS objects to be shaded directly using...
The GL and CSS scenes match on Chrome (40.0.2214.111) but on Firefox (35.0 beta) they do not:  isolated test case: ``` html...
 Chrome left, Safari right Dragging the mouse up-right to rotate. Safari has no problem continuing to show the CSS element as it...