I'm using Object3D to set scale.x/y/z for my instance mesh (the geometry is a unit box).
What's the proper way to access that in the vertex shader?
Is that instanceMatrix? (though that seems to be a 4x4 matrix). If so, how do I access it?