Displace points with image in Pop with Math

Hello,

Hello,
I’m trying to move the points on the Z-axis by adding the Z position + the R color value. In the DAT I can clearly see that it works (the Z position is updated), but nothing changes visually. Why?
I know there are other methods, but I’m really trying to understand things more deeply.


Any help will be appreciated :slight_smile:

The correct syntax is either P.x or P(0) (respectivly y,z and (1),(2)).

Thanks a lot for your reply.
I tried, but even with the correct name it doesn’t work. Maybe i’m wrong with Math Mix ?

Oh sorry, my answer was a bit too quick without really looking at the details.

First of all, You don’t have to do operation 0 and 1. They don’t change anything and you don’t have to reassign P.x and P.y.

Second: Your setup probably works perfectly fine. Your grid is just huge! It seems to have a size of about 1000 or similar. The MathMix offsets z by 0-1. This has no visable effect.

Thanks, it helps me a lot :slight_smile:
I just reduced the grid and most importantly I multiplied it by 100, you’re right.
So i’m not crazy it was supposed to work ahah

thanks :slight_smile: