Skip to main content
1-Visitor
April 12, 2021
Question

Check for collisions

  • April 12, 2021
  • 1 reply
  • 900 views

Hello all,

I wonder if there is a possiblity to check if two 3D models are colliding?

 

Thank you in advance,

Katrin.

1 reply

17-Peridot
April 13, 2021

Hello KatrinC,

 

In Vuforia Studio, no algorithm is available to check if 2 models are collising together.

I don't think we can do that by Javascript also because it is heavly and it costs for CPU to do that.

Also, we don't have access to Vertex buffer of OpenGL in Javascript to code box sizes, positions and rotations of collision meshes needed.

By the way, it can be another kind of mesh instead of a box.

 

So, it is clearly a new behavior here.

 

  • Why do you need to detect collisions between 3D Models or Model Items ?
  • What do you want to do ?

 

Best regards,

Samuel