Package com.jme3.texture
Class FrameBuffer.FrameBufferTarget
java.lang.Object
com.jme3.texture.FrameBuffer.FrameBufferTarget
- Enclosing class:
 - FrameBuffer
 
- 
Method Summary
Modifier and TypeMethodDescriptionnewTarget(Image.Format format) newTarget(Texture tx, TextureCubeMap.Face face) Creates a frame buffer texture and sets the face position by using the face parameter. 
- 
Method Details
- 
newTarget
 - 
newTarget
 - 
newTarget
Creates a frame buffer texture and sets the face position by using the face parameter. It usesTextureCubeMapordinal number for the face position.- Parameters:
 tx- texture to add to the frame bufferface- face to add to the color buffer to- Returns:
 - FrameBufferTexture Target
 
 
 -