PathEngine home previous: iTestBed::worldToScreen()next: Interface iContentProcessing3D
Contents, API Reference, Interfaces, iTestBed, zoomExtents

iTestBed::zoomExtents()

Description

Position the camera at a position zoomed out enough to make a given set of points visible.

Syntax

void zoomExtents(float const * worldPoints_Buffer, uint32_t worldPoints_BufferEntries);

Parameters

worldPoints_Buffer, worldPoints_BufferEntries X,Y, Z entries for a sequence of world points that should be visible.

Remarks

The camera will be placed looking down on the scene from above (and then far enough back to include all the supplied points in the visible part of the scene).

C# Mapping

void zoomExtents(float[] worldPoints);

Java Mapping

void zoomExtents(float[] worldPoints);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: Interface iContentProcessing3D