Package pyffi :: Package formats :: Package cgf :: Class CgfFormat :: Class MtlNameFlags
[hide private]
[frames] | no frames]

Class MtlNameFlags

source code

                            object --+        
                                     |        
                utils.graph.DetailNode --+    
                                         |    
object_models.xml.bit_struct.BitStructBase --+
                                             |
                                            CgfFormat.MtlNameFlags

Nested Classes [hide private]

Inherited from object_models.xml.bit_struct.BitStructBase: __metaclass__

Instance Methods [hide private]

Inherited from object_models.xml.bit_struct.BitStructBase: __init__, __str__, deepcopy, fix_links, from_int, get_attribute, get_detail_child_names, get_detail_child_nodes, get_hash, get_links, get_refs, get_size, get_strings, read, set_attribute, to_int, tree, write

Inherited from utils.graph.DetailNode: get_detail_child_edge_types, get_detail_display, get_detail_iterator, replace_global_node

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from object_models.xml.bit_struct.BitStructBase: get_games, get_versions

Class Variables [hide private]
  _attribute_list = [<pyffi.object_models.xml.BitStructAttribute...
  _attrs = [<pyffi.object_models.xml.BitStructAttribute object a...
  _names = ['multi', 'sub', 'sh_coeffs', 'sh_two_sided', 'sh_amb...
  _numbytes = 4
  _struct = 'I'

Inherited from object_models.xml.bit_struct.BitStructBase: arg

Properties [hide private]
  multi
Has material sub materials info?
  sh_ambient
This material will get an ambient spherical harmonics term (to not shadow it entirely).
  sh_coeffs
Material should get spherical harmonics coefficients computed.
  sh_two_sided
This material will be used as 2 sided in the spherical harmonics precomputation.
  sub
Is material a sub material?

Inherited from object: __class__

Class Variable Details [hide private]

_attribute_list

Value:
[<pyffi.object_models.xml.BitStructAttribute object at 0x2698510>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x26985d0>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2698690>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x26986d0>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2698710>]

_attrs

Value:
[<pyffi.object_models.xml.BitStructAttribute object at 0x2698510>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x26985d0>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2698690>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x26986d0>,
 <pyffi.object_models.xml.BitStructAttribute object at 0x2698710>]

_names

Value:
['multi', 'sub', 'sh_coeffs', 'sh_two_sided', 'sh_ambient']

Property Details [hide private]

multi

Has material sub materials info?
Get Method:
<functools.partial object at 0x269b368>
Set Method:
<functools.partial object at 0x269b3c0>

sh_ambient

This material will get an ambient spherical harmonics term (to not shadow it entirely).
Get Method:
<functools.partial object at 0x269b788>
Set Method:
<functools.partial object at 0x269b7e0>

sh_coeffs

Material should get spherical harmonics coefficients computed.
Get Method:
<functools.partial object at 0x269b578>
Set Method:
<functools.partial object at 0x269b5d0>

sh_two_sided

This material will be used as 2 sided in the spherical harmonics precomputation.
Get Method:
<functools.partial object at 0x269b680>
Set Method:
<functools.partial object at 0x269b6d8>

sub

Is material a sub material?
Get Method:
<functools.partial object at 0x269b470>
Set Method:
<functools.partial object at 0x269b4c8>