- Home /
The question is answered, right answer was accepted
can 5 verts and 4 triangles be done on a square texture?
I am trying to make a tile that have 4 triangles, with 5 vertices. but I need to specify 5 uv points apparently, but the texture can only fit with 4 uv's or?
Kind regards
Answer by Ajes · Jun 15, 2014 at 02:59 PM
I just figured out the answer! - its Yes, it can be done.. just set the UV point on the texture with the same offset you used on the vertices! :)
Follow this Question
Related Questions
Procedural Mesh : draw labels with triangles and uvs to display a image at specific vertices 0 Answers
How to make sure two meshes have the same vertex count 0 Answers
Accessing Mesh: Triangle and Vertex array fields directly? 0 Answers
Why does the default Unity sphere have duplicate vertices? 1 Answer
Procedural Mesh Generation - Split Arrays into sections 1 Answer