Open swaroopg92 opened 4 years ago
I hardcoded "27" based on observation. Was not sure which variable contains that value. So you can update that part accordingly.
Thank you swaroopg92. I have just avoided developing it because it was too complex.
This code works fine on normal orientation, but it also doesn't work on theta=120 or 240 (visually the same orientation). I would like to introduce it as soon as it is fixed. These types of bugs are still remain on other grids...
Also, in some orientation, the cursol jump to other lines. (Sorry, it's because of the complexity of the assigned number.)
Thanks. Yeah, I agree, Theta is complex to handle. I tried dealing with orientation, but couldn't understand or crack the logic. So I thought instead of having nothing, at least it will help in the normal orientation, so did it anyway.
They arrow key direction from the keyboard was missing for Cube Grid. I have developed the following code. Works for normal orientation and Flip. (doesn't work if theta=60 or 90), but I don't think anyone uses or prefers that orientation anyways. I hope this helps.