Foaly / lpmt

little projection mapping tool
http://www.hv-a.com/lpmt
GNU General Public License v3.0
0 stars 0 forks source link

Mask markers are not saved correctly #2

Closed Foaly closed 9 years ago

Foaly commented 9 years ago

The quad corner coordinates are saved normalized [0,1]. The mask marker coordinates are saved in pixel coordinates [0, window width/height]. This means that masks can not be transfered between different screen sizes. Their coordinates should be saved as normalized coorinates as well.