nw::gfx::OrthoProjectionUpdater::Create Member Function

Syntax

static OrthoProjectionUpdater * Create(
     os::IAllocator * allocator
);
static OrthoProjectionUpdater * Create(
     os::IAllocator * allocator,
     ResOrthoProjectionUpdater resUpdater
);

List of Overloaded Member Functions

Create(os::IAllocator *) Creates a projection updater using orthogonal projection.
Create(os::IAllocator *, ResOrthoProjectionUpdater) Creates a projection updater using orthogonal projection.

Description of Create(os::IAllocator *)

Creates a projection updater using orthogonal projection.

Description of Create(os::IAllocator *, ResOrthoProjectionUpdater)

Creates a projection updater using orthogonal projection.


CONFIDENTIAL