Is there any api to add custom marker in 3D viewer using 3D Viewer widget ?

0
We are trying to use 3D Viewer | Mendix Documentation mendix 3D viewer widget but we didnt find any direct api link which will add custom marker along  with marked PMI and point using arrow.
asked
1 answers
0

The 3D Viewer widget in Mendix allows you to view 3D models and add basic annotations such as point markers and labels. However, it does not provide a direct API for adding custom markers along with marked PMI and points using an arrow.

One possible workaround is to create a custom widget that extends the 3D Viewer widget and adds the desired functionality.

answered