LeeWangyeol / kuda

Automatically exported from code.google.com/p/kuda
GNU General Public License v2.0
0 stars 0 forks source link

World Editor 3D perspective view does not show up in Chrome 15 on Windows 7 32 and 64 bit #133

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is some issue with the 3D canvas and it appears black. Firefox and Safari 
are working as well as Chrome on Mac OS X. Windows XP is also working as 
expected.

Original issue reported on code.google.com by jpywt...@gmail.com on 26 Oct 2011 at 6:39

GoogleCodeExporter commented 8 years ago
Changing to low priority. I found a workaround. Load a model and select a 
transform in the model browser. Viola it will appear as it should. We will 
re-test once Kuda 2.0 is ready for testing.

Original comment by jpywt...@gmail.com on 26 Oct 2011 at 6:51

GoogleCodeExporter commented 8 years ago
Problem is due to hud canvas painting black on init. Looking at a fix.

Original comment by khang.du...@gmail.com on 9 Nov 2011 at 1:04

GoogleCodeExporter commented 8 years ago

Original comment by khang.du...@gmail.com on 9 Nov 2011 at 1:04

GoogleCodeExporter commented 8 years ago
Latest commit should fix the issue. Chrome 15 turns on hardware accelerated 2d 
canvases which turns out to be the problem for Windows 7. This can be worked 
around with either the --disable-accelerated-2d-canvas flag or by the fix given 
in the last commit.

Original comment by khang.du...@gmail.com on 9 Nov 2011 at 1:43

GoogleCodeExporter commented 8 years ago
Verified fixed in latest 1.5.1

Original comment by jpywt...@gmail.com on 1 Dec 2011 at 2:14