You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HText.containsRel() uses PFont.Glyph which isn't compatible with Processing.js. Find a way to accurately check the hitbox that's compatible with js mode.
Suggestion: Use a PGraphics buffer that updates whenever the text is changed. Check if the the pixel in buffer at the given coordinates have an alpha of more than 0.
This issue is currently suspended as we're currently focusing on interfacing with the LeapMotion and Kinect devices
The text was updated successfully, but these errors were encountered:
HText.containsRel()
usesPFont.Glyph
which isn't compatible with Processing.js. Find a way to accurately check the hitbox that's compatible with js mode.Suggestion: Use a PGraphics buffer that updates whenever the text is changed. Check if the the pixel in buffer at the given coordinates have an alpha of more than 0.
This issue is currently suspended as we're currently focusing on interfacing with the LeapMotion and Kinect devices
The text was updated successfully, but these errors were encountered: