|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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. |
メソッドの詳細 |
---|
java.util.Collection<Caps> getCaps()
void clearBuffers(boolean color, boolean depth, boolean stencil)
color
- True if to clear colors (RGBA)depth
- True if to clear depth/zstencil
- True if to clear stencil buffer (if available, otherwise
ignored)void setBackgroundColor(ColorRGBA color)
color
-
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |