Comment on Voxel.cssComments−viraptor10yThe demo page has some serious z-order issues. (FF 43)−hDeraj10yThis is actually a bug with CSS3D transforms in general with Firefox:http://jsfiddle.net/yNfQX/21/−robin_reala10yThis is being tracked at https://bugzilla.mozilla.org/show_bug.cgi?id=1187209−nothis10yLooks like this jsfiddle just doesn't do per-pixel z-sorting (which I wouldn't have expected from browser 3D effects) but in my brain that shouldn't be an issue with cubes (no polygons overlapping).−thenomad10yThat's depressing. This is a really neat bit of tech that I'd never consider using whilst it doesn't work in FF...−fowl210yIt's beautiful and flat in IE11 ;P
Comments
The demo page has some serious z-order issues. (FF 43)
This is actually a bug with CSS3D transforms in general with Firefox:
http://jsfiddle.net/yNfQX/21/
This is being tracked at https://bugzilla.mozilla.org/show_bug.cgi?id=1187209
Looks like this jsfiddle just doesn't do per-pixel z-sorting (which I wouldn't have expected from browser 3D effects) but in my brain that shouldn't be an issue with cubes (no polygons overlapping).
That's depressing. This is a really neat bit of tech that I'd never consider using whilst it doesn't work in FF...
It's beautiful and flat in IE11 ;P