victorporof / Tilt

Tilt: a WebGL-based 3D visualization of a Webpage

Home Page:http://blog.mozilla.com/tilt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: part of the content is not painted

Drugoy opened this issue · comments

I tried to inspect this page.
When I scrolled down: since some part of the page - the text is not shown, so I can only see the structure of the page, but not it's contents.
It looks like this

The bug is 100% reproducible for me and the whitening starts from the same place.

There is a limitation on the maximum texture size allowed by the WebGL context depending on the hardware and drivers (usually 8192px), therefore Tilt is forced to clamp. There is a way to work around this, but it's quite complicated and not currently on the agenda.

There is bug 710565 filed for this: https://bugzilla.mozilla.org/show_bug.cgi?id=710565 with more information about the problem. Closing the issue here to avoid duplicates.