Yes, the same mesh, but transformed by matrix transform, some of them just moved to position and some also rotated and scaled… but are the same mesh o…
I am trying only to speed up my mesh building. If let say, my mesh is combined from 1000 small meshes, I wanted to split computing by calling two thre…
Thanks, yes I have seen it… I think I will leave it for now, the memory blocks copying is quite fast, but I make some additional tests and find out t…
Thanks for clarifying
Here are some tests, the particle flow (not standard particles) emits 2000 particles and all are seen on the screen: when particles are as cubes the…
Just 2 at one time
Yes, this is exaclty what I needed, thank you very much
Thanks, interesting idea…
Ok, looks its my bad… its just the same pointer, before calling again the get position function just copy values to variable…
Great, thanks…