Normalize in VDB - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html) +--- Thread: Normalize in VDB (/thread-3874.html) |
Normalize in VDB - nayan - 09-12-2023 Hey there, Whenever I check the normalize of any output rollout in vdb modify, in the info rollout the Data min/max shows me [1.00000,1.00000], which should not be the case right. I am attaching the screenshot, please do check. RE: Normalize in VDB - tyFlow - 09-12-2023 That's correct, yes. That magnitude of any normalized vector will be 1, so the min/max magnitudes for a set of normalized vectors will be 1/1. RE: Normalize in VDB - nayan - 09-13-2023 (09-12-2023, 11:43 AM)tyFlow Wrote: That's correct, yes. That magnitude of any normalized vector will be 1, so the min/max magnitudes for a set of normalized vectors will be 1/1. oh yeah, I forgot, sorry....I thought min/max should be between 0-1.....but forgot that it normalize the raw data....my mistake......sorry |