Hi,
I was wondering if instancing with transform matrix is something that will be possible in the future? Similar to the Copy POP.
Thanks,
Yuval
Hi,
I was wondering if instancing with transform matrix is something that will be possible in the future? Similar to the Copy POP.
Thanks,
Yuval
Hi @_mini_uv,
while not possible out of the box, you can make use of it by using a Transform CHOP and its Output parameter set to “Transform (Euler)”.
If your matrices are stored in DATs, my approach is to merge the DATs appending rows, converting this to CHOPs and shuffling/renaming to match the required input for a Transform CHOP.
mtx_slice.tox (1022 Bytes)
We already have a RFE for driving instances by POP attributes or CHOP matrices.
cheers
Markus