Package pymeshio :: Package pmd :: Class Material
[hide private]
[frames] | no frames]

Class Material

source code

object --+
         |
        Material

Instance Methods [hide private]
 
__eq__(self, rhs) source code
 
__init__(self, diffuse_color, alpha, specular_factor, specular_color, ambient_color, toon_index, edge_flag, vertex_count, texture_file)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__str__(self)
str(x)
source code

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

Instance Variables [hide private]
  alpha
float
  ambient_color
RGB
  diffuse_color
RGB
  edge_flag
int
  specular_color
RGB
  specular_factor
float
  texture_file
texture file path
  toon_index
int
  vertex_count
indices length
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, diffuse_color, alpha, specular_factor, specular_color, ambient_color, toon_index, edge_flag, vertex_count, texture_file)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
str(x)
Overrides: object.__str__
(inherited documentation)