kipr / Simulator

Simulator of KIPR Demobots and code workspace.
GNU General Public License v3.0
12 stars 3 forks source link

faceUvs to Vector4 #473

Open tcorbly opened 1 year ago

tcorbly commented 1 year ago

faceUvs on nodes previously accepted two Vector2 and converted them to a Vector4. This adds Vector4 to math.ts and forces faceUvs to only accept a single Vector4.