PathEngine home previous: iTestBed::exit2DMode()next: iTestBed::getCommandLineArgument()
Contents, API Reference, Interfaces, iTestBed, getCameraPosition

iTestBed::getCameraPosition()

Description

Queries the current camera position.

Syntax

void getCameraPosition(float& x, float& y, float& z) const;

Parameters

x Returns X world coordinate of the camera position.
y Returns Y world coordinate of the camera position.
z Returns Z world coordinate of the camera position.

C# Mapping

void getCameraPosition(out float x, out float y, out float z);

Java Mapping

void getCameraPosition(float_OutArgument x, float_OutArgument y, float_OutArgument z);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iTestBed::getCommandLineArgument()