Hey again, monster. Thanks for checking the script. Actually, I managed to get the vertex texture coordinate data properly. I was only listing 'x' and 'y' before, when I was forgetting that the 'z' in this case was the 3rd vertex of the triangle. Now, I check 'x','y', and 'z'. But, when I go to print the actual data, I…