Count all UV islands ?
2666 1 2- rasto
- Member
- 3 posts
- Joined: 5月 2012
- Offline
- PaQ WaK
- Member
- 100 posts
- Joined: 1月 2015
- Offline
Hello,
You can first create an 'island' prim attribute to assign a island number by connectivity. You can use the "connectivity" operator, set on primitive, and tick "use UV Connectivity".
To count the number of island, you can use a vex detail wrangler with :
i@maxisland = nuniqueval(0, 'prim', 'island');
You can first create an 'island' prim attribute to assign a island number by connectivity. You can use the "connectivity" operator, set on primitive, and tick "use UV Connectivity".
To count the number of island, you can use a vex detail wrangler with :
i@maxisland = nuniqueval(0, 'prim', 'island');
Edited by PaQ WaK - 2022年3月27日 12:18:22
Gameloft
-
- Quick Links