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
The current electric field visualization draws arrows using PixiJS' drawLine(...)
This needs to be changed to use an image sprite.
Experiment with loading images in place of the drawn arrows and seeing if we can get a clearer look to the visualization. Don't worry about getting the exact arrow image right yet, we will design all of the sprites in photoshop during M5
The text was updated successfully, but these errors were encountered:
The current electric field visualization draws arrows using PixiJS'
drawLine(...)
This needs to be changed to use an image sprite.
Experiment with loading images in place of the drawn arrows and seeing if we can get a clearer look to the visualization. Don't worry about getting the exact arrow image right yet, we will design all of the sprites in photoshop during M5
The text was updated successfully, but these errors were encountered: