aulus-asina / resonant

Dalamud plugin to draw positional information
Do What The F*ck You Want To Public License
14 stars 6 forks source link

implement proper draw clipping #6

Open aulus-asina opened 2 years ago

aulus-asina commented 2 years ago

this addon currently draws every point to the screen regardless of whether it is in the view plane or not. this wouldn't be a problem except that drawings go wild when the target is behind the camera, causing incomprehensible drawing behavior.

presumably implementing clipping will solve this issue.