Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ setactcam(3D) — Stardent 3.0 System Software

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

DvInqActiveCamera(3D)

DvSetActiveCamera(3D)  —  Stardent Computer Inc. (\*(Dd)

NAME

DvSetActiveCamera − Set the active camera for a view

SYNOPSIS

C:

void DvSetActiveCamera(view, camera)
DtObject view;
DtObject camera;

Fortran:

CALL DVSAC(VIEW, CAMERA)
INTEGER∗4 VIEW
INTEGER∗4 CAMERA

DESCRIPTION

DvSetActiveCamera sets the active camera to be used with the view specified by the parameter view when rendering.  The active camera specifies which camera’s attributes will be used to render a view.  If this function is not called, the last camera defined in the studio definition group will be used as the active camera. 

ERRORS

DvSetActiveCamera will fail if the view handle is invalid. 

[WARNING - invalid view handle]

DvSetActiveCamera will fail if the camera handle is invalid. 

[WARNING - invalid camera handle]

SEE ALSO

DvInqActiveCamera(3D)

September 29, 2021

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026