If you don't have lights i the scene try pasting this into the listener and hit Enter. Things can get slow fast so 2048 or 4096 should probably be the limit.
NitrousGraphicsManager.ShadowmapSizeLimit = 2048
If you have shadow casting lights in the scene, change their Shadow Map size.
If the script works for you, then you can save it as Shadows.ms in the Scripts/Startup folder.
I tried changing the map size but it didn't make much difference -the pixels just get a bit smaller. There's no lights in the scene, so I tried adding a photometric. The more I raised the shadow quality, the more defined the shadow 'pixels':
Weirdly the shading on curved surfaces is fine, its the shadows being cast by objects that are pixelated?
Its not a major biggie, as its just the viewport and it renders out fine. It just bugs me and I think I'd get a better feel for the model if I can see accurate shadows while I'm working on it.
Replies
If you don't have lights i the scene try pasting this into the listener and hit Enter. Things can get slow fast so 2048 or 4096 should probably be the limit.
If you have shadow casting lights in the scene, change their Shadow Map size.
If the script works for you, then you can save it as Shadows.ms in the Scripts/Startup folder.