If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
New! You can now log in to the forums with your chaos.com account as well as your forum account.
V-Ray calculates volumetric motion blur in one of two ways, both of which differ from Mantra:
1. By tracing the velocity for a specific voxel backwards and stretching the content for the newly found voxel at position (current voxel + velocity*-1). This is the closest to what Mantra seems to be doing, which is directly stretching the content for the currently shaded voxel.
2. The default option expects grid velocity information to be present around the content (e.g. density) of the blurred voxel. This works really well for simulations where the entire velocity grid's bounding box contains velocity information but may give you trouble if you've generated a VDB with a random velocity field right around the edges of the density. In such cases, the density will be stretched as far as the velocity vectors go, and will abruptly end there.
I keep thinking I've added this stuff in the documentation then realize it's not there I'm adding a ticket to update this.
this will likely take some time to be taken care of - the dev team that works on volumetric rendering issues have their hands full at the moment. I'll ping you next week with more info.
Gosho.Genchev actually i think it works but the amount of motionblur change so much i looks like there aint any motionblur.will do som examples if I find the time
Yup, that is indeed the case. Something is not entirely correct there when the center is at 0 so a developer will have to take a look. I tried figuring out myself what exactly is happening but could not find a reasonable solution.
Please do not spend time on this - you guys are busy enough as is. I'll sync with the devs as soon as they have some spare time and we'll figure something out. I'll keep you updated.
Comment