com.jme3.renderer.layer
インタフェース MiscLayer


public interface MiscLayer

Handles basic renderer functions.


メソッドの概要
 void clearBuffers(boolean color, boolean depth, boolean stencil)
          Clears certain channels of the current bound framebuffer.
 java.util.Collection<Caps> getCaps()
           
 void setBackgroundColor(ColorRGBA color)
          Sets the background (aka clear) color.
 

メソッドの詳細

getCaps

java.util.Collection<Caps> getCaps()
戻り値:
The capabilities of the renderer.

clearBuffers

void clearBuffers(boolean color,
                  boolean depth,
                  boolean stencil)
Clears certain channels of the current bound framebuffer.

パラメータ:
color - True if to clear colors (RGBA)
depth - True if to clear depth/z
stencil - True if to clear stencil buffer (if available, otherwise ignored)

setBackgroundColor

void setBackgroundColor(ColorRGBA color)
Sets the background (aka clear) color.

パラメータ:
color -