nw::gfx::FrustumProjectionUpdater::Create Member Function

Syntax

static FrustumProjectionUpdater * Create(
     os::IAllocator * allocator
);

static FrustumProjectionUpdater * Create(
     os::IAllocator * allocator,
     ResFrustumProjectionUpdater resUpdater
);

List of Overloaded Member Functions

Create(os::IAllocator *) Creates a projection matrix updater.
Create(os::IAllocator *, ResFrustumProjectionUpdater) Creates a projection matrix updater from a resource.

Description of Create(os::IAllocator *)

Creates a projection matrix updater.

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

Creates a projection matrix updater from a resource.


CONFIDENTIAL