Static Public Attributes
io_export_ogreDotScene.TextureUnit Class Reference

List of all members.

Static Public Attributes

dictionary colour_op
dictionary colour_op_ex
dictionary tex_address_mode

Detailed Description

Definition at line 7215 of file io_export_ogreDotScene.py.


Member Data Documentation

Initial value:
{
        '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.

Initial value:
{
        '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.

Initial value:
{
        'REPEAT': 'wrap',
        'EXTEND': 'clamp',
        'CLIP'       : 'border',
        'CHECKER' : 'mirror'
    }

Definition at line 7232 of file io_export_ogreDotScene.py.


The documentation for this class was generated from the following file:


naoqi_tools
Author(s): Mikael Arguedas
autogenerated on Sat Jun 8 2019 20:30:22