| Global environment |
core/globenv.py |
The file contains global parts used in MakeHuman2
|
| Base Object |
core/baseobj.py |
The file contains all methods to handle base object (the human mesh usually).
|
| Object3d |
obj3d/object3d.py |
The file contains all methods to handle mesh objects.
|
| Bone |
obj3d/bone.py |
The file contains all methods to handle bones and bone weigths.
|
| Skeleton |
obj3d/skeleton.py |
The file contains all methods to handle skeletons.
|
| OpenGL Buffers |
opengl/buffers.py |
This file contains all openGL buffer handling and methods for rendering
|
| OpenGL Material |
opengl/material.py |
This file contains all openGL material methods
|
| OpenGL Textures |
opengl/texture.py |
This file contains all openGL texture methods
|
| OpenGL Shaders |
opengl/shaders.py |
This file contains all openGL shader methods
|
| Makehuman2 Morphs/Targets |
core/target.py |
This file contains all morph or target methods.
|
| Makehuman2 Morph/Target Categories |
core/targetcat.py |
This file contains all target category methods.
|