diff --git a/js/fea/DmaCellOther.js b/js/fea/DmaCellOther.js
index 4c1880897e202da0a94ac9b97db3b50422359ff5..5fbc42523aeb637586339a891129d17ea701195e 100644
--- a/js/fea/DmaCellOther.js
+++ b/js/fea/DmaCellOther.js
@@ -30,7 +30,7 @@ var cellMaterial = [new THREE.MeshNormalMaterial()];
 
     DMACubeCell.prototype.calcHighlighterPosition = function(face){
 
-        var direction = face.normal;
+        var direction = face.normal.clone().applyEuler(this.cellMesh.rotation);
         var position = this.getPosition();
         var scale = this.xScale();
         _.each(_.keys(position), function(key){
diff --git a/todo b/todo
index eccd9ec986915ea9a8988320bd1f5a165059012e..b4480f8690285482dfb37a1200ee1a4a5b94728c 100644
--- a/todo
+++ b/todo
@@ -1 +1,4 @@
-fix parse int/float/lattice/appstate - put in menu wrapper
\ No newline at end of file
+fix parse int/float/lattice/appstate - put in menu wrapper
+color swatch menu
+gik direction
+gik position z scale
\ No newline at end of file