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

Class Vertex

source code

object --+
         |
        Vertex

two bone weighted vertex with normal and uv.

format

Instance Methods [hide private]
 
__eq__(self, rhs) source code
 
__getitem__(self, key) source code
 
__init__(self, pos, normal, uv, bone0, bone1, weight0, edge_flag)
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]
  bone0
bone index
  bone1
bone index
  edge_flag
int flag.
  normal
Vector3
  pos
Vector3
  uv
Vector2
  weight0
bone0 influence.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, pos, normal, uv, bone0, bone1, weight0, edge_flag)
(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)

Instance Variable Details [hide private]

edge_flag

int flag. 0: edge on, 1: edge off

weight0

bone0 influence. min: 0, max: 100