Hi,
I’m trying to create and manipulate a Buffer coming from the calculation of triangle centers from a mesh. There is probably a better way to do this all in GPU.
Problem is using Mul
node to multiply the Position Buffer with a Matrix Buffer doesn’t work but it does if I Add
Position to some value (using +
node).
Patch : TransformBuffer.zip (19.9 KB)