03-27-2013, 02:40 PM
Hi,
How can I create a line with fixed width, which will not change when I move the camera? I do not want my lines to scale up when I move the camera away.
I have tried using Ab3d.Visuals.LineArcVisual3D and Ab3d.Models.Line3DFactory.CreateLine3D(), but the result was the same.
I think Ab3d.Utilities.LinesUpdater.Instance.UnregisterLine() might do the work, but I can't get it to work properly.
Any hints?
How can I create a line with fixed width, which will not change when I move the camera? I do not want my lines to scale up when I move the camera away.
I have tried using Ab3d.Visuals.LineArcVisual3D and Ab3d.Models.Line3DFactory.CreateLine3D(), but the result was the same.
I think Ab3d.Utilities.LinesUpdater.Instance.UnregisterLine() might do the work, but I can't get it to work properly.
Any hints?

