Exemplo n.º 1
0
Arquivo: ray.py Projeto: kralf/morsel
 def getMesh(self):
   mesh = Base.getMesh(self)
   mesh.orientation = [0, 180, 0]
   
   return mesh