postSwap
method of this off-screen Canvas3D has completed. If this Canvas3D has not been added to an active view or if the renderer is stopped for this Canvas3D, then this method will return immediately. This method must not be called from a render callback method of an off-screen Canvas3D.
@exception IllegalStateException if this Canvas3D is not inoff-screen mode, or if this method is called from a render callback method of an off-screen Canvas3D.
@see #renderOffScreenBuffer
@see #postSwap
@since Java 3D 1.2
|
|