Syntax

dbSyncMask(MaskValue)

Description

This command will set the engine to ignore certain cameras, thus saving performance when the cameras are not needed. The parameter is a DWORD mask, which by default is set to $FFFFFFFF. You can adjust this mask to filter out the cameras you do not wish to render. Camera zero is represented in bit 1, camera one in bit 2, and so on. A bit state of zero means the camera will not be rendered, and a bit state of 1 means the camera will be rendered, as is the default behaviour.

See Also

dbFastSync, dbSync, dbSyncRate