nw::gfx::Camera::Camera Constructor

Syntax

protected:
Camera(
     os::IAllocator * allocator,
     ResTransformNode resObj,
     const Camera::Description & description,
     GfxPtr< CameraViewUpdater > viewUpdater,
     GfxPtr< CameraProjectionUpdater > projectionUpdater,
     f32 wscale,
     bool isDynamic
);

Arguments

Name Description
allocator
resObj
description
viewUpdater
projectionUpdater
wscale
isDynamic

Description

Constructor.


CONFIDENTIAL