Sleepy-Fish / BogieJS

Simple collision extensions for PIXI.js
MIT License
2 stars 0 forks source link

Point.scale drifting over time #4

Open JRileyH opened 4 years ago

JRileyH commented 4 years ago

When we call Point.scale it seems to have small imperfections in where it translates to (probably due to truncation errors in javascript or trig functions) that cause it Spacial vertices to over time move away from its sprite’s edge.

komali2 commented 4 years ago

I'm working onthis

JRileyH commented 4 years ago

You got this buddy