08-07-2019, 04:44 PM
Are you using Ab3d.DXEngine? Yes, I am using DXEngine.
Do you have a Transformation set? Yes, I do. I double checked. I think the missing transformations in the dump should correspond to matrix identities (at least in my case).
Did I find something? I tried to compare our initialization of the WireframeVisual3D. I had set UseModelColor = true. With this anytime I switched between wireframe and material highlight it would take other objects with it. When UseModelColor is set to false, this does not happen (still don't know why). When I replaced LineVisual3D with BoxVisual3D this did not happen as well.
ContentVisual3D I am using the content visual hierarchy on purpose. It allows me to hide each part of the object (basically each part of the geometry is an object by itself). When I tried creating Model3DGroup hierarchy and for each group create a ContentVisual, the hiding didn't work.
Do you have a Transformation set? Yes, I do. I double checked. I think the missing transformations in the dump should correspond to matrix identities (at least in my case).
Did I find something? I tried to compare our initialization of the WireframeVisual3D. I had set UseModelColor = true. With this anytime I switched between wireframe and material highlight it would take other objects with it. When UseModelColor is set to false, this does not happen (still don't know why). When I replaced LineVisual3D with BoxVisual3D this did not happen as well.
ContentVisual3D I am using the content visual hierarchy on purpose. It allows me to hide each part of the object (basically each part of the geometry is an object by itself). When I tried creating Model3DGroup hierarchy and for each group create a ContentVisual, the hiding didn't work.

