Skip to content
Snippets Groups Projects
Commit 40ba5412 authored by stefan's avatar stefan
Browse files

dokk game added support for 3DConnexion device

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1941 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent caa24e80
No related branches found
No related tags found
No related merge requests found
...@@ -146,4 +146,4 @@ class DokkGLWin(gfx.GLWinBase): ...@@ -146,4 +146,4 @@ class DokkGLWin(gfx.GLWinBase):
return self.canvas_.width() return self.canvas_.width()
def Height(self): def Height(self):
return self.canvas_.height() return self.canvas_.height()
\ No newline at end of file
...@@ -74,4 +74,4 @@ class Level: ...@@ -74,4 +74,4 @@ class Level:
def Close(self): def Close(self):
self.surface.Close() self.surface.Close()
self.protein.Close() self.protein.Close()
self.ligand.Close() self.ligand.Close()
\ No newline at end of file
...@@ -100,4 +100,4 @@ class Ligand: ...@@ -100,4 +100,4 @@ class Ligand:
vec[1]< self.box_max[1] and vec[1]> self.box_min[1] and \ vec[1]< self.box_max[1] and vec[1]> self.box_min[1] and \
vec[2]< self.box_max[2] and vec[2]> self.box_min[2] : vec[2]< self.box_max[2] and vec[2]> self.box_min[2] :
return True return True
return False return False
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment