Tagged Questions
2
votes
0answers
307 views
Programmatically determine UVs by rotating a plane along X axis
I'm having a math brainfart while trying to solve what might be a simple problem. I've got a plane in 3d space (it's actually the face of a 10-sided die):
Coordinates [x,y,z]:
Point_top = [0,0,1]
...