polygonÀ» subdivisionÀ¸·Î º¯È¯ÇÑ ÈÄ¿¡ polygon proxy mode·Î ¹Ù²ã¼ ÀÛ¾÷À» Çϰí ÀÖ½À´Ï´Ù. ±×·±µ¥, °©Àڱ⠹ٷΠ¿·¿¡ ÀÖ´Â ¾î¶² µÎ edge´Â Merge Edge ToolÀÌ ¸ÔÈ÷Áö ¾Ê´Â °Ì´Ï´Ù. ÀÌ·± ¿¡·¯°¡ ¶ß¸é¼ ¸»ÀÔ´Ï´Ù.
Error: polyToSubdiv1 (Poly To Subdiv Node): The conversion to a subdivision surface failed:
// This polygon contains an interior vertex connected by less than 3 edges.
// To fix the problem, either remove the edge with the interior vertex, or subdivide the polygon so that the interior vertex has at least 3 edges.
// The indices of the vertices in question are: 70, 73. //
ÀÚ²Ù ³»ºÎ vertex´Â 3°³ÀÌ»óÀÇ edge¸¦ °¡Á®¾ß ÇÑ´Ù´Â Á¶°ÇÀÌ ´Ù¸¥ dit polygonÀÇ ÅøÀ» »ç¿ë ÇÒ ¶§µµ ³ª¿À´Âµ¥ ¿Ö ±×·²±î¿ä?
¿ÜºÎ vertex(°æ°è¼±)¸¦ Áö¿ï·Á°í ÇØµµ ¶Ç À§Ã³·³ 3°³ÀÇ edgeÁ¶°ÇÀÌ ³ª¿À¸é¼ ¼öÇàÀÌ ¾ÈµË´Ï´Ù. subdiv¿¡¼ polygon proxy mode·Î edit¸¦ ÇÒ¶§ ÀÌ Á¶°ÇÀ» Ç×»ó ¸¸Á·ÇؾߵȴÀ°Í °°Àºµ¥ ¿Ö ±×·¸Áö¿ä?
±×·³, °¨±â Á¶½ÉÇϼ¼¿ä~ |