Closed GoogleCodeExporter closed 9 years ago
In CEF you will only see "Side 3" flip over and over. The expected result you
will see it roll through "Side 1" to "Side 4" before back to "Side 1".
I have also now added a file to download and test.
Original comment by custa1...@gmail.com
on 31 Oct 2011 at 3:40
Attachments:
This doesn't work in Chrome 16.0.912.15 dev - so i think there is a Chromium
issue.
Original comment by fdd...@gmail.com
on 31 Oct 2011 at 8:04
Just re-downloaded my file and it works perfectly under Safari 5.1.1
(7534.51.22), Rockmelt 0.9.68.1415, Chrome 16.0.912.15 dev all on Mac OS
tonight.
Original comment by custa1...@gmail.com
on 31 Oct 2011 at 11:19
I'm running 3D-Transform-Test.htm on on Chrome 16.0.912.15 dev on Linux, and it
is doesn't work (i'm always see flipping "Side 3"). Same with latest versions
with CEF (on linux). Sorry, can't now check it on windows.
Original comment by fdd...@gmail.com
on 31 Oct 2011 at 11:55
3D transforms should be being handled on the GPU. Is there a way to force GPU
rendering using flags in the Linux version just to be sure?
Original comment by custa1...@gmail.com
on 31 Oct 2011 at 12:26
google-chrome --enable-accelerated-compositing has no effect.
But this can be depends from hardware/sys settings/etc...
Try tweak cef settings and browser settings about different gl implementations
and accelerations.
Original comment by fdd...@gmail.com
on 31 Oct 2011 at 12:39
Currently accelerated compositing is disabled by default in CEF, 'cause it
broken.
When i'm set CefBrowserSettings.AcceleratedCompositingEnabled = true then you
example works fine, but page renders incorrectly.
You can play with CefSettings.GraphicsImplementation - may be something will
got better result.
For example DesktopInProcess for me 'causes app crash, AngleInProcess -
render's wrong (but you 3d transforms applied fine).
So may be have sense to update to latest CEF version, may be it will be works
better.
As i know, there is completely a Chromium's issue.
Original comment by fdd...@gmail.com
on 31 Oct 2011 at 1:53
Did you set CefBrowserSettings.accelerated_compositing_enabled to true?
Original comment by magreenb...@gmail.com
on 31 Oct 2011 at 1:55
I trying this sample:
http://www.webkit.org/blog-files/3d-transforms/morphing-cubes.html
For me CEF r348 crashes with any graphics implementation (when
accelerated_composing enabled). There is only my build broken?
Original comment by fdd...@gmail.com
on 31 Oct 2011 at 6:19
Can cef use css 3d transforms? Can someone supply the main setting about it?
Original comment by force2...@gmail.com
on 26 Dec 2011 at 2:40
Either, when i add command-line option "--accelerated_composing enabled" for
cef1, the browser is frozen, and first frame of the animations seems to be 3D.
cef3 has solved this issue, whereas, i'm using cef1 for its OSR right now.
has there any plan to solve this problem in cef1?
Original comment by Feaba...@gmail.com
on 16 Aug 2012 at 2:41
Accelerated content including 3D CSS will not be supported in CEF1. It should
work as expected in CEF3.
Original comment by magreenb...@gmail.com
on 16 Aug 2012 at 2:44
This issue was not caused by accelerated_composing.
Chromium has this problem if you add command-line "--gpu-in-process", so only
cef3 use gpu process can fix this.
Original comment by xqhuang....@gmail.com
on 5 Sep 2013 at 3:39
Original issue reported on code.google.com by
custa1...@gmail.com
on 31 Oct 2011 at 3:20