Page 1 of 1

Navigation Cube and Coordinate System

Posted: Wed Aug 05, 2015 2:35 pm
by Hendrik
Hi,

i wanted to ask if there is any possiblity to have a navigation cube and the coordinate system in a LightningChart 3D application as you can see below.
Left: Coordinate System View<br />Right: Navigation Cube
Left: Coordinate System View
Right: Navigation Cube
cubeCS.png (67.77 KiB) Viewed 19055 times
Kind regards
Hendrik

Re: Navigation Cube and Coordinate System

Posted: Thu Aug 06, 2015 5:07 pm
by ArctionPasi
Hello,

That's not a built-in feature of LightningChart 3D view at the moment. Objects like those can be constructed from LightningChart's objects, but it's difficult to position them in 3D scene when the model get rotated or resized. The coordinate arrows can be made with 3 PointLineSeries3D objects. The cube with 6 Rectangle3D objects most easily, characters can be best made in a bitmap editor and applied as a bitmap fill in a Rectangle.

But both are great ideas for future development, as built-in features.

Re: Navigation Cube and Coordinate System

Posted: Fri Aug 07, 2015 2:19 pm
by Hendrik
Thanks for the answer. Hopefully it is in your API the next version.

Kind regards
Hendrik

Re: Navigation Cube and Coordinate System

Posted: Wed Sep 02, 2015 4:39 pm
by ahe
Since I recognized the cube in the screenshot... It is part of the Helix Toolkit, called ViewCubeVisual3D.

Re: Navigation Cube and Coordinate System

Posted: Thu Jan 26, 2017 2:51 pm
by ArctionPasi
Arrows are coming in v.8, it's been programmed. :D
Orientation arrows 3D
Orientation arrows 3D
OrientationArrows.jpg (22.99 KiB) Viewed 15450 times