06-25-2023, 11:47 AM
I have implemented a view using a DxScene with a MatrixCamera and some PolyLineVisual3D elements directly attached to the scene.
I have hit the snag that LineSelectorData expects a Ab3d.Cameras.BaseCamera which the MatrixCamera cannot be typecasted to.
The only solution I can think of is using 2 cameras - a primary MatrixCamera with a TargetPositionCamera synced to it (if that is even possible?)
I cannot assign a TargetPositionCamera to the DxScene as it fails when typecast to ICamera
I have hit the snag that LineSelectorData expects a Ab3d.Cameras.BaseCamera which the MatrixCamera cannot be typecasted to.
The only solution I can think of is using 2 cameras - a primary MatrixCamera with a TargetPositionCamera synced to it (if that is even possible?)
I cannot assign a TargetPositionCamera to the DxScene as it fails when typecast to ICamera