Hi ii’m working with the LookupTex POP and one issue that took me a while to understand was the coloring method.
In this example, the coloring is very straightforward. Close to field has value 1, far is value 0. Value to 0 is white, Value to 1 is Green.
Now when applying it to this sphere, values on the 0 side seem to wrap around to the green again, but not all the way? This was making it really hard to visualize where the field point was.
Same thing with a different palette,
until I noticed that if I turn the interpolation off, it behaves the way I expect.
In the first example with the head, interpolation is still on though… I thought maybe the field was making the values negative or something so maybe that was why they’re interpolating. But I tried a limit POP with a bunch of different settings.
But from what I can tell, there’s no reason these points should have negative value. So my question is why are they interpolating?
Here’s my file if anyone can help.
testbed.4.toe (6.1 KB)