mooreatv / MoLib

MooreaTv addons common libs
5 stars 4 forks source link

for pixel perfect... additional options #10

Open mooreatv opened 5 years ago

mooreatv commented 5 years ago

from @LanceDH

That said, have you actually tried messing around with turning of snapping to the pixel grid and setting the texelsnappingbias to 0?

not sure what those are/to be searched for

might avoid having to aim for the center of each pixels with 0.5 offset

mooreatv commented 5 years ago

l:SetSnapToPixelGrid(false) l:SetTexelSnappingBias(0.0)