« Return to Thread: Java 3D meets JavaFX !

Re: Java 3D meets JavaFX !

by java3d-interest :: Rate this Message:

Reply to Author | View in Thread

Hi,

current improvements within the lightweight Java 3D rendering loop also effect JavaFX applications and applets.

[b]FXCanvas3D 2.0[/b] speeds up its lightweight 3D rendering.

The java.awt.Graphics class provides a 'drawImage()' method which flips the image vertically on the fly while drawing. This allows to choose off-screen buffers in 'yUp' mode. In consequence the memory for an image is saved as well as the time required to copy it within the ImageComponent2D object which Java 3D is directly rendering into.

This new version and updated sample programs are now available at  http://www.interactivemesh.org/testspace/j3dmeetsjfx.html

August
[Message sent by forum member 'interactivemesh' (interactivemesh)]

http://forums.java.net/jive/thread.jspa?messageID=336815

---------------------------------------------------------------------
To unsubscribe, e-mail: interest-unsubscribe@...
For additional commands, e-mail: interest-help@...

 « Return to Thread: Java 3D meets JavaFX !