Mrkebubun / o3d

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

resize event is not triggered for/after the fullscreen mode #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. switch into FSM and back, no resize events are fired. Have to implement
it myself which is not cool at all...
2.
3.

What is the expected output? What do you see instead?
after client.width/height have been updated to the fullscreen/plugin
parameters a resize event should be triggered automatically to setup the
projection, esp. width/heigth ratio the same way this is done for regular
resizing

What version of the product are you using? On what operating system?
O3D 0.1.38.1 on Ffox 3.0.11 on Win XP

What hardware are you using:  graphics card type?  motherboard type?
Hercules black and white on 8088, 4.77 MHz

Please provide any additional information below.
Cold and rainy outside, when comez the Summer?!?!

Original issue reported on code.google.com by e...@ci-cube.info on 7 Jul 2009 at 2:29

GoogleCodeExporter commented 9 years ago

Original comment by vange...@google.com on 16 Sep 2009 at 5:53

GoogleCodeExporter commented 9 years ago
O3D's full-screen code on Windows has been rewritten per 
http://codereview.chromium.org/210005 , which I believe should fix this issue. 
Do you 
have a specific test case which is failing? The full-screen demo on the O3D 
samples 
page is working with the current changes. Marking as fixed for now; please 
reopen or 
open a new bug if issues remain. This fix is checked in to the O3D source tree 
as 
revision 26489 if you want to try building it yourself.

Original comment by k...@google.com on 17 Sep 2009 at 10:02