|
Replies:
1
-
Last Post:
Jan 7, 2009 8:33 AM
by: campbell
|
Threads:
[
Previous
|
Next
]
|
|
|
|
|
|
Questions about EffectsPlayground demo
Posted:
Jan 6, 2009 8:15 PM
|
|
|
Looking at http://javafx.com/samples/EffectsPlayground/index.html
1) Why is it that some effects such as motion blur will get choppy if you drag the slider back and forth but CPU usage remains low? What bottleneck is causing this choppiness?
2) When I drag the applet out of the browser I notice that the non-rectangular window drags very choppy over the desktop. Why is that? Does this problem affect all non-rectangular windows or is there some problem with this specific application?
PS: I have no JavaFX experience. I'm just curious about these high-level issues.
Thank you, Gili
|
|
|
|
|
|
|
Re: Questions about EffectsPlayground demo
Posted:
Jan 7, 2009 8:33 AM
in response to: cowwoc
|
|
|
Hi Gili,
1) If the effect is being accelerated on the GPU but is bottlenecked there (e.g. due to a large kernel), it's possible that the CPU will show low utilization. We're still investigating performance issues like this, so that's the best guess I can give at this time.
2) This is a known bug in JavaFX: http://javafx-jira.kenai.com/browse/RT-1694
Chris
|
|
|
|
|