12-12-2013, 02:26 PM
I understand now.
You need to use the RegisterExcludedVisual3D method on EventManager3D to add a Visual3D from blocking hit testing. Currently it is not possible to register Model3D for exclusion, so you will need to create a Visual3D that will hold you transparent and wireframe models.
This can be seen in the EventManagerDragSample sample where object can be moves behind the semi-transparent plane.
You need to use the RegisterExcludedVisual3D method on EventManager3D to add a Visual3D from blocking hit testing. Currently it is not possible to register Model3D for exclusion, so you will need to create a Visual3D that will hold you transparent and wireframe models.
This can be seen in the EventManagerDragSample sample where object can be moves behind the semi-transparent plane.
Andrej Benedik

