frykauf / o3d

Automatically exported from code.google.com/p/o3d
0 stars 0 forks source link

Third image is showing as mosaic on sample: http://o3d.googlecode.com/svn/trunk/samples/yuv2rgb.html #151

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Build: O3D daily build 451
   OS: Windows all

Browsers:IE7 and IE8

Steps:
1. Launch IE7 or IE8
2. Go to http://o3d.googlecode.com/svn/trunk/samples/yuv2rgb.html
3. Observe the third image on this page

Result:
The third image is showing as mosaic

Expected:
Correct image should be displayed

Notes:
This issue doesn't happen on other browsers: Chrome, Firefox 3/3.5

Original issue reported on code.google.com by xlyuan@chromium.org on 17 Sep 2009 at 8:15

GoogleCodeExporter commented 9 years ago
I've seen the issue happen but for some reason it's not always reproducible. It 
appears 
that we're getting bad values for g_client.width and g_client.height when we 
construct 
the orthographic projection matrix.

Original comment by vange...@google.com on 23 Sep 2009 at 1:54