kOfxParamPropDefaultCoordinateSystem
— Describes in which coordinate system a spatial double parameter's default value is specified.
#include "/ofxParam.h" #define kOfxParamPropDefaultCoordinateSystem "OfxParamPropDefaultCoordinateSystem"
This is a property that belongs to the Non normalised spatial double parameters, ie: any double param who's
kOfxParamPropDoubleType
is set to one of....
This must be one of
Describes in which coordinate system a spatial double parameter's default value is specified.
This allows a spatial param to specify what its default is, so by saying normalised and "0.5" it would be in the 'middle', by saying canonical and 100 it would be at value 100 independent of the size of the image being applied to.