![]() |
KudanAR - iOS
1.6.0
|
#import <ARRenderTargetTexture.h>
Inherits ARRenderTarget.
Inherited by ARExtractedCameraTexture.
Instance Methods | |
(instancetype) | - initWithWidth:height: |
![]() | |
(void) | - addViewPort: |
(void) | - addViewPort:zOrder: |
(void) | - removeViewPort: |
(void) | - clearViewPorts |
(ARViewPort *) | - createDefaultViewPort |
(void) | - addDelegate: |
(UIImage *) | - screenshot |
(BOOL) | - checkFBO |
(void) | - bindBuffer |
(void) | - bindCaptureBuffer |
(void) | - draw |
(void) | - drawForCapture |
Properties | |
ARTexture * | texture |
![]() | |
NSArray * | viewPorts |
NSUInteger | numberOfViewPorts |
float | width |
float | height |
NSArray * | delegates |
NSInteger | priority |
BOOL | hasDepth |
BOOL | hasStencil |
BOOL | manualDraw |
NSDictionary * | captureColourToNode |
BOOL | touchEventReceived |
CGPoint | touchPoint |
A render target backed by a texture that can be used in further rendering.
- (instancetype) initWithWidth: | (float) | width | |
height: | (float) | height | |
Initialise this render target texture with the given dimensions.
Example of use:
width | The width of the texture. |
height | The height of the texture. |
Reimplemented from ARRenderTarget.
Reimplemented in ARExtractedCameraTexture.