↧
Delete tris from mesh without consequences?
Hi :) My question is simple.. How do I delete ANY tri in a mesh without having any effect on any of the other tris or verts. I've been trying to do this for ages, but deleting the tri either causes a...
View ArticleGetting the position of an object's specific tri
Hi! I wondered if it's possible, to get the exact position of a tri of an object. I'm using raycast and RaycastHit.triangleIndex to get the id of the specific tri, but i couldn't find a function or...
View Article