Capture#
Contains information relevant to capturing screenshots from an SGCT application.
path(optional)
non-empty stringSets the path used when creating screenshots. The default value is to use the current working directory.
rangebegin(optional)
integer [1, \(\infty\))The index of the first screenshot that will actually be rendered. If this value is set, all previous screenshots will be ignored, but the counter will be increased either way. If this value is set, the
range-endvalue also needs to be set. A value of-1will mean the same thing as0, saying the everything from the first frame will be captured, which is also the default.rangeend(optional)
integer [1, \(\infty\))The index of the last screenshot that will not be rendered anymore. If this value is set, all screenshots starting with this index will be ignored. If this value is set, the
range-beginvalue also needs to be set. A value of-1will mean that all remaining screenshots will be captured, which is the default.