We're currently using three to do transform math for the Buffer. While this is convenient, three is a big library to pull in for what we're using it for - just its vector and quaternion math. Should we write this ourselves instead? Can we pull in a subset of three? Should we provide conversion libraries between representations?
We're currently using
threeto do transform math for theBuffer. While this is convenient,threeis a big library to pull in for what we're using it for - just its vector and quaternion math. Should we write this ourselves instead? Can we pull in a subset ofthree? Should we provide conversion libraries between representations?