Age | Commit message (Collapse) | Author |
|
|
|
When the opentrack window isn't displayed (minimized or hidden by some
other window), don't bother with refreshing the image.
|
|
In the affine transformation (aka the pose widget) of The Octopus we use
barycentric coordinates of two triangles making up The Octopus
rectangle. Triangles are symmetrical.
Take advantage of the symmetry (no perspective transform applied) and
take barycentric coordinates only once.
|
|
- Remove "this->" where it's not needed. Possibly rename shadowed vars.
- Don't reload the options bundle manually since `options::opts' exists
for that very reason.
- Remove '^ \+$' whitespace
- :retab
|
|
|
|
|
|
Some source files had executable bit on. Remove it.
|
|
|
|
|
|
|
|
The octopus will now traverse the screen in response to translation
input. Previously it could only rotate, severely hampering its
maneuverability.
|
|
|
|
|