I\'m currently using Three.js to try and create something. I\'ve got a sphere, and I\'m trying to map the eyeball image here onto it.
The problem I have is that the res
The texture that you have represents only the visible part of the eye which is not the entire sphere. You need to add white space around your existing texture to allow for the part of the sphere that is not visible.