In an .obj, file it is possible to specify 3 values for a vt line.
vt 0.769645 0.729072 0.00000000
The .obj spec says its for “depth”. What does this actually do and when is it useful?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you have a 3D Texture, it specifies the third coordinate. You can actually have an image that has pixels in 3D instead of 2D, and use this for a texture map. This is very common with procedural texture generation, since it allows much better looking “materials” to be generated than a 2D image, with far less “seams” or “repeated” sections on the texture map.