For some reason our PCs bake occlusion very slowly. Our Macs that have inferior specs bake them a lot faster.
Looking at our processes in Windows it looks like the umbra process doesn’t use over 25% of the CPU at any time… is there any way to just let it run fully?
on osx the osx own thread handling splits its over the cores.
on windows it must be manually done or it will end on a single core (-> 25% on a quad core as you see it) which seems to be the problem, no parallel implementation present, just pure os fallback
I can’t figure out how to set it manually though. Was browsing around a little and it mentioned setting affinity but it’s already set so I have no idea
you can not do it.
its something that ut has to do on the implementation, otherwise nothing will happen as a single thread on windows will run on a single core only