[jit.gen] can access to collision without [dict] ? need some help, I am stoped

MaxDROID's icon

Hello all,

1 - sorry my bad english, I am getting some :)

2 - [jit.gen] can access to collision without [dict] ? I need access via [jit.matrix]

3 - I am blocked here becouse I cannot access to dictionary and sync it to [jit.gen]

4 - Thanks :)

Rob Ramirez's icon

posting a patch will be worth a thousand words of english, good or bad.

MaxDROID's icon

Thanks for the messaje Rob.

Here is a sample for my request:

Thanks

solo-particulas-01.maxpat
Max Patch
Rob Ramirez's icon

still not entirely sure what you want to achieve.
however, it doesn't make sense to have a collisions matrix processed by jit.gen.
the dimensions of the gen matrix are equal to the number of bodies in the scene, however the number of collisions in the scene will vary every frame.

if you just want to create a matrix that has 0 or 1 depending on if a body is colliding with any other body, you could iterate the collisions dict and set the matrix cells each frame.

javascript would be useful for this.
take a look at Max 6.1/examples/jitter-examples/render/physics/phys.world.collisions.js.maxpat

MaxDROID's icon

Thanks Rob :)

I will try Javascript.

In Lua exist a similar sample ?

Best Regards...

.·.