nw::gfx::Camera::SetPosition Member Function

Syntax

void SetPosition(
     f32 x,
     f32 y,
     f32 z
);

Arguments

Name Description
in x The x coordinate of the position.
in y The y coordinate of the position.
in z The z coordinate of the position.

Return Values

None.

Description

Sets the camera's position coordinates.


CONFIDENTIAL