SOFA plugin: SofaAssimp  master
Open source framework for multi-physics simuation
character_clothes Namespace Reference

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
 

Function Documentation

◆ createBox()

def character_clothes.createBox (   parent)

◆ createCharacter()

def character_clothes.createCharacter (   parent)

◆ createChlothes()

def character_clothes.createChlothes (   parent)

◆ createCompliantClothes()

def character_clothes.createCompliantClothes (   parent)

◆ createFlexibleClothes()

def character_clothes.createFlexibleClothes (   parent)

◆ createPersona()

def character_clothes.createPersona (   parent)

◆ createScene()

def character_clothes.createScene (   root)

Variable Documentation

◆ clothSelfCollision

int character_clothes.clothSelfCollision = 1

◆ colladasceneloader_path

character_clothes.colladasceneloader_path = os.path.realpath( os.path.dirname(__file__) + '../../ColladaSceneLoader' ).replace('\\', '/')

◆ mesh_path

string character_clothes.mesh_path = colladasceneloader_path + '/Demos/'

◆ scale

int character_clothes.scale = 1