class ARFrameRendererFactory (Niantic.ARDK.Rendering.ARFrameRendererFactory)
Overview
class ARFrameRendererFactory { public: // methods static ARFrameRenderer Create( RenderTarget target, RuntimeEnvironment env, float nearClipping = DefaultNearClipping, float farClipping = DefaultFarClipping ); };
Detailed Documentation
Methods
static ARFrameRenderer Create( RenderTarget target, RuntimeEnvironment env, float nearClipping = DefaultNearClipping, float farClipping = DefaultFarClipping )
Create an ARFrameRenderer with the specified RuntimeEnvironment.
Parameters:
env |
The runtime environment to create the renderer for. |
Returns:
The created renderer, or null if it was not possible to create a renderer.