Matrix1 Utility Plug-ins

SET PRECAMERA CALLBACK


Syntax

SET PRECAMERA CALLBACK FunctionPointer
SET PRECAMERA CALLBACK FunctionName

Description

These commands allow you to specify a function that will be called immediately prior to each camera being rendered.

The function will be passed a single integer argument that will contain the current camera ID.

Your function should look like this:
FUNCTION YourFunctionName(CameraID as integer)
ENDFUNCTION

Any attempt to call the SYNC command within the callback will be ignored.

A FunctionPointer value of 0 or a FunctionName of "" will cause the callback to be disabled.

Go back to ...

Matrix1Util_26 Commands Menu
Matrix1 Utils Main Index
Matrix1 Utils Command List
Commands Menu
Main Menu

Copyright © Ian Mold - Matrix1 Software 2006 - 2011