Note that there are some explanatory texts on larger screens.

plurals
  1. POHorizontal glitch lines bug
    primarykey
    data
    text
    <p>In Voxel.js, a Three.js based project that I work on, we recently started seeing a weird rendering that shows up on Macbook Airs (Intel HD Graphics 3000) but it doesn't show up on other Macbooks like those with GeForce 320Ms. </p> <p>Here are 4 screenshots from the Canary WebGL Profiler showing how the line appears <a href="https://imgur.com/a/2eRhO#0" rel="noreferrer">http://imgur.com/a/2eRhO#0</a></p> <p>The line itself is the same color as the three.js renderer fill color so it isn't visible until there are non-fill colored things being drawn to the canvas</p> <p>To try and reproduce the glitch, here is a demo: <a href="http://maxogden.github.io/voxel-hello-world" rel="noreferrer">http://maxogden.github.io/voxel-hello-world</a> just look around a bit until the lines show up</p> <p>Here is a video of the glitches showing up during gameplay <a href="http://www.youtube.com/watch?v=KfR8tJ36KuY" rel="noreferrer">http://www.youtube.com/watch?v=KfR8tJ36KuY</a></p> <p>And another screenshot where the fill color is set to pink <a href="https://i.imgur.com/Ww6nMOA.png" rel="noreferrer">http://i.imgur.com/Ww6nMOA.png</a></p> <p>The code that I believe introduced this glitch is here: <a href="https://github.com/shama/voxel-texture/blob/master/index.js" rel="noreferrer">https://github.com/shama/voxel-texture/blob/master/index.js</a></p> <p>We used to use many .png textures, one for each texture, but now we use composite texture atlases that are packed and generated on the fly, e.g. <a href="https://imgur.com/qgSYSNf" rel="noreferrer">http://imgur.com/qgSYSNf</a></p> <p>Has anyone seen this behavior before? Any ideas on how I could track down the root cause?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload