![]() |
KudanAR - Android
1.6.0
|
Inherits ARRenderTarget.
Inherited by ARExtractedCameraTexture.
Public Member Functions | |
| ARRenderTargetTexture (int width, int height) | |
| ARTexture2D | getTexture () |
| void | bind () |
| void | create () |
| void | draw () |
| int | getWidth () |
| int | getHeight () |
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 () |
| List< ARViewPort > | getViewPorts () |
| void | addViewPort (ARViewPort viewPort) |
| Bitmap | screenshot (int width, int height) |
Additional Inherited Members | |
Protected Attributes inherited from ARRenderTarget | |
| int | mFramebufferID |
A render target backed by a texture that can be used in further rendering.
| ARRenderTargetTexture.ARRenderTargetTexture | ( | int | width, |
| int | height | ||
| ) |
Initialise this render target with the given dimensions
| width | The width of the texture, in pixels. |
| height | The height of the texture, in pixels. |
| void ARRenderTargetTexture.bind | ( | ) |
Bind ARRenderTargetTexture in OpenGL.
Reimplemented from ARRenderTarget.
| void ARRenderTargetTexture.create | ( | ) |
Create ARRenderTargetTexture in OpenGL.
Reimplemented from ARRenderTarget.
| void ARRenderTargetTexture.draw | ( | ) |
Draw ARRenderTargetTexture.
Reimplemented from ARRenderTarget.
| int ARRenderTargetTexture.getHeight | ( | ) |
Return the ARRenderTargetTextures height.
| ARTexture2D ARRenderTargetTexture.getTexture | ( | ) |
Return the texture this render target renders to.
| int ARRenderTargetTexture.getWidth | ( | ) |
Return the ARRenderTargetTextures width.