- Home /
Increasing Number of Vertices on InteractiveCloth
Hi there, I'm using the Interactive Cloth system as a portion of something I am developing. I'd love to be able to increase the tessellation / number of vertices on the cloth to give it an more natural look, but simple scaling does not do this. Nor did I find anything in script or reference manuals that would serve this end.
Let me know if this is even possible, and if so, how! Thanks.
Answer by Atrius · Apr 16, 2012 at 02:19 AM
The Interact Cloth component has a Mesh property. This is the mesh that is being used for the cloth. This uses the default Unity plane mesh, which is not adjustable. You should create a plane in a modeling program with the number of verts you want and import it. Then assign it to the IC component.
Answer by maroonrs2 · Apr 16, 2012 at 07:02 AM
I agree, use the softwares... Also you might want to scale it to your hand. Grab a piece of cloth in your hand and see were the verts are.
Your answer
Follow this Question
Related Questions
Tessellation + total vert/tri count 0 Answers
is it possible to add verticles to an interactive cloth at run time ? 1 Answer
How to return mesh of interactive cloth? 0 Answers
Skinned Cloth Editor Crashs 1 Answer
Making the camera follow vertices 0 Answers