![]() |
KudanAR - Android
|
Inheritance diagram for ARTextureRenderTarget:
Collaboration diagram for ARTextureRenderTarget: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 | create () |
| void | bind () |
| 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.
|
inline |
Initialises a ARTextureRenderTarget with width and height.
| width | |
| height |
|
inline |
Bind ARTextureRenderTarget in OpenGL.
|
inline |
Creates render target texture.