Functions | |
def | createScene (root) |
def | createCharacter (parent) |
def | createPersona (parent) |
def | createBox (parent) |
def | createChlothes (parent) |
def | createFlexibleClothes (parent) |
def | createCompliantClothes (parent) |
Variables | |
colladasceneloader_path = os.path.realpath( os.path.dirname(__file__) + '../../ColladaSceneLoader' ).replace('\\', '/') | |
string | mesh_path = colladasceneloader_path + '/Demos/' |
int | scale = 1 |
int | clothSelfCollision = 1 |
def character_clothes.createBox | ( | parent | ) |
def character_clothes.createCharacter | ( | parent | ) |
def character_clothes.createChlothes | ( | parent | ) |
def character_clothes.createCompliantClothes | ( | parent | ) |
def character_clothes.createFlexibleClothes | ( | parent | ) |
def character_clothes.createPersona | ( | parent | ) |
def character_clothes.createScene | ( | root | ) |
int character_clothes.clothSelfCollision = 1 |
character_clothes.colladasceneloader_path = os.path.realpath( os.path.dirname(__file__) + '../../ColladaSceneLoader' ).replace('\\', '/') |
string character_clothes.mesh_path = colladasceneloader_path + '/Demos/' |
int character_clothes.scale = 1 |