Skip to content
On this page

Consts

NameValueData typeComment
SG_IMAGEDATA_FORMAT_LLconst char *The SG_IMAGEDATA_FORMAT_[...] defines the default names of standard image formats in Simplygon. L is a grayscale light
SG_IMAGEDATA_FORMAT_RGBRGBconst char *The SG_IMAGEDATA_FORMAT_[...] defines the default names of standard image formats in Simplygon. RGB is 3-component red, green, blue
SG_IMAGEDATA_FORMAT_RGBARGBAconst char *The SG_IMAGEDATA_FORMAT_[...] defines the default names of standard image formats in Simplygon. RGBA is 4-component red, green, blue, alpha
SG_MATERIAL_CHANNEL_AMBIENTAmbientconst char *The SG_MATERIAL_CHANNEL_[...] defines the default names of standard material textures in Simplygon.
SG_MATERIAL_CHANNEL_BASECOLORBasecolorconst char *The SG_MATERIAL_CHANNEL_[...] defines the default names of standard material textures in Simplygon.
SG_MATERIAL_CHANNEL_DIFFUSEDiffuseconst char *The SG_MATERIAL_CHANNEL_[...] defines the default names of standard material textures in Simplygon.
SG_MATERIAL_CHANNEL_DISPLACEMENTDisplacementconst char *The SG_MATERIAL_CHANNEL_[...] defines the default names of standard material textures in Simplygon.
SG_MATERIAL_CHANNEL_EMISSIVEEmissiveconst char *The SG_MATERIAL_CHANNEL_[...] defines the default names of standard material textures in Simplygon.
SG_MATERIAL_CHANNEL_GROUPIDSGroupIdsconst char *The SG_MATERIAL_CHANNEL_[...] defines the default names of standard material textures in Simplygon.
SG_MATERIAL_CHANNEL_METALNESSMetalnessconst char *The SG_MATERIAL_CHANNEL_[...] defines the default names of standard material textures in Simplygon.
SG_MATERIAL_CHANNEL_NORMALSNormalsconst char *The SG_MATERIAL_CHANNEL_[...] defines the default names of standard material textures in Simplygon.
SG_MATERIAL_CHANNEL_OCCLUSIONOcclusionconst char *The SG_MATERIAL_CHANNEL_[...] defines the default names of standard material textures in Simplygon.
SG_MATERIAL_CHANNEL_OPACITYOpacityconst char *The SG_MATERIAL_CHANNEL_[...] defines the default names of standard material textures in Simplygon.
SG_MATERIAL_CHANNEL_ROUGHNESSRoughnessconst char *The SG_MATERIAL_CHANNEL_[...] defines the default names of standard material textures in Simplygon.
SG_MATERIAL_CHANNEL_SHININESSShininessconst char *The SG_MATERIAL_CHANNEL_[...] defines the default names of standard material textures in Simplygon.
SG_MATERIAL_CHANNEL_SPECULARSpecularconst char *The SG_MATERIAL_CHANNEL_[...] defines the default names of standard material textures in Simplygon.
SG_MAXIMUM_CHART_AGGREGATOR_OUTPUT_MATERIAL_COUNT1024const unsigned intThe maximum number of output materials that the chart aggregator supports
SG_MAXIMUM_IMPORTANCE_VALUE10const floatThe maximum value allowed for any of the reduction importance multipliers/values
SG_MAXIMUM_MAPPING_IMAGE_INPUT_MATERIAL_COUNT1024const unsigned intThe maximum number of input materials that the mapping image caster supports
SG_MAXIMUM_MAPPING_IMAGE_OUTPUT_MATERIAL_COUNT1024const unsigned intThe maximum number of output materials that the mapping image caster supports
SG_MAXIMUM_PARAMETERIZER_OUTPUT_MATERIAL_COUNT1024const unsigned intThe maximum number of output materials that the parameterizer supports
SG_NUM_SUPPORTED_BONES_PER_VERTEX16const unsigned intThe maximum number of bones that can be references by one vertex within Simplygon.
SG_NUM_SUPPORTED_COLOR_CHANNELS256const unsigned intThe maximum number of color channels supported within Simplygon.
SG_NUM_SUPPORTED_CUSTOM_NODE_INPUTS16const unsigned intThe maximum number of inputs that can be connected to any custom node within Simplygon
SG_NUM_SUPPORTED_MAPPING_LAYERS32const unsigned intThe maximum number of mapping layers that are supported internally by Simplygon
SG_NUM_SUPPORTED_TEXTURE_CHANNELS256const unsigned intThe maximum number of texture channels supported within Simplygon.
SG_QUADFLAG_FIRST0const unsigned intThe value in the QuadFlags geometry field that designates the first triangle of a quad
SG_QUADFLAG_SECOND1const unsigned intThe value in the QuadFlags geometry field that designates the second triangle of a quad
SG_QUADFLAG_TRIANGLE2const unsigned intThe value in the QuadFlags geometry field that designates a non-quad triangle
SG_SUPPORTED_CUSTOM_NODE_SHADER_CODE_SIZE2048const unsigned intThe maximum size of shader output that can be generated by a custom node within Simplygon