summaryrefslogtreecommitdiff
path: root/host/simu/inter/drawable.py
diff options
context:
space:
mode:
authorNicolas Schodet2011-05-08 16:15:06 +0200
committerNicolas Schodet2011-05-08 16:15:06 +0200
commit0feb542a8cf7630a5d442387727414f5251aad83 (patch)
tree02092fbede27ef619ee63466f671513a889fb2ea /host/simu/inter/drawable.py
parent4cd9c4458eaa49c269171145f4bc2a184948eae1 (diff)
parentd385a9eacb2e8580239f101f96356f7ed216dd97 (diff)
Merge branch 'master' into efrei-robotique
Conflicts: digital/mimot/src/dirty/counter_ext.avr.c digital/mimot/tools/mimot/init.py
Diffstat (limited to 'host/simu/inter/drawable.py')
-rw-r--r--host/simu/inter/drawable.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/simu/inter/drawable.py b/host/simu/inter/drawable.py
index bcf1823f..af7c62a2 100644
--- a/host/simu/inter/drawable.py
+++ b/host/simu/inter/drawable.py
@@ -43,6 +43,8 @@ class Drawable:
self.trans_translate = self.__trans_matrix.translate
self.trans_scale = self.__trans_matrix.scale
self.trans_identity = self.__trans_matrix.identity
+ self.trans_push = self.__trans_matrix.push
+ self.trans_pop = self.__trans_matrix.pop
self.__children = [ ]
self.children = self.__children
self.__onto.__children.append (self)