Static Public Attributes | |
| dictionary | colour_op |
| dictionary | colour_op_ex |
| dictionary | tex_address_mode |
Definition at line 7215 of file io_export_ogreDotScene.py.
dictionary io_export_ogreDotScene.TextureUnit::colour_op [static] |
{
'MIX' : 'modulate', # Ogre Default - was "replace" but that kills lighting
'ADD' : 'add',
'MULTIPLY' : 'modulate',
#'alpha_blend' : '',
}
Definition at line 7216 of file io_export_ogreDotScene.py.
dictionary io_export_ogreDotScene.TextureUnit::colour_op_ex [static] |
{
'MIX' : 'blend_manual',
'SCREEN': 'modulate_x2',
'LIGHTEN': 'modulate_x4',
'SUBTRACT': 'subtract',
'OVERLAY': 'add_signed',
'DIFFERENCE': 'dotproduct', # best match?
'VALUE': 'blend_diffuse_colour',
}
Definition at line 7222 of file io_export_ogreDotScene.py.
dictionary io_export_ogreDotScene.TextureUnit::tex_address_mode [static] |
{
'REPEAT': 'wrap',
'EXTEND': 'clamp',
'CLIP' : 'border',
'CHECKER' : 'mirror'
}
Definition at line 7232 of file io_export_ogreDotScene.py.