Kalina Posted October 14, 2016 Share Posted October 14, 2016 Here is a simplification of my problem: I have two side-by-side volumes, and one of them has voxels that are twice the size of the other's. Or, another way of wording it – I have two volumes that are the same size, with resolutions e.g. 10x10x10 and 20x20x20. When I render the image, there is a seam between the two volumes. This seam is not there if the two volumes were have the same voxel size. How do I remove this seam? Is there something I can do in the shader? seam.hipnc Quote Link to comment Share on other sites More sharing options...
MENOZ Posted October 14, 2016 Share Posted October 14, 2016 it seems it has to do with the volume filter width you find at object level. if you have less voxels in the same amount of space the filter will look more pronounced. if you try to render a volume box with 3x3x3 voxels and one with 100x100x100 they will look different. play with the volume filter width, set it to zero and see that they will match. maybe there's a way to have a "world space" measure for filtering somewhere? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.