![]() |
KudanAR - Android
1.6.0
|
Inherits ARRenderTarget.
Public Member Functions | |
| ARTextureRenderTarget (int width, int height) | |
| void | bind () |
| void | create () |
Public Member Functions inherited from ARRenderTarget | |
| ARRenderTarget () | |
| void | setPriority (int priority) |
| int | getPriority () |
| void | setShouldClear (boolean shouldClear) |
| boolean | getShouldClear () |
| void | setShouldClearDepth (boolean shouldClearDepth) |
| boolean | getShouldClearDepth () |
| void | clear () |
| void | setCamera (ARCamera camera) |
| ARCamera | getCamera () |
| void | draw () |
| List< ARViewPort > | getViewPorts () |
| void | addViewPort (ARViewPort viewPort) |
| Bitmap | screenshot (int width, int height) |
Additional Inherited Members | |
Protected Attributes inherited from ARRenderTarget | |
| int | mFramebufferID |
A class representing a textured render target.
| ARTextureRenderTarget.ARTextureRenderTarget | ( | int | width, |
| int | height | ||
| ) |
Initialises a ARTextureRenderTarget with width and height.
| width | |
| height |
| void ARTextureRenderTarget.bind | ( | ) |
Bind ARTextureRenderTarget in OpenGL.
Reimplemented from ARRenderTarget.
| void ARTextureRenderTarget.create | ( | ) |
Creates render target texture.
Reimplemented from ARRenderTarget.