DELGOODIE
(DELGOODIE)
February 15, 2024, 11:11pm
1
Here is a simple reproducible script computing polygroups from Angle and then setting materials for each poly group (purely for visualization).
Running this script on a simple cylinder results in only one side correctly being computed.
I can use the same exact angle filtering for SplitNormals and get perfect results, but compute poly groups by angle is bugged.
On more complicated geometries it fails worse!
DELGOODIE
(DELGOODIE)
February 15, 2024, 11:47pm
2
A hacky work-around is to set Min Group Size to 1 which (following the source code) disables to the PostProcessing function in the FPolygroupsGenerator. This function seems to be squashing multiple polygroups on to each other smh.
1 Like
amir_hm
(amir_hm)
February 4, 2025, 9:10pm
3
Thanks, setting the group size to one is working. Took me hours to finds out whats wrong
system
(system)
Closed
March 6, 2025, 9:11pm
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.