Attachment points
are not displayed in the 3D view of 3Dfindit Enterprise. They
but they can be displayed via the custom_config.json
.
To do this, insert the following section on the basic configuration within the curly brackets:
"viewer3dOptions": { "showLabels": false, "background": { "backgroundColors": ["#91fa7e", "#f27979", "#faec7e", "#91fa7e", "#f27979", "#faec7e"], "logoTexture": "TestText", "showLogo": true, "logoPositionX": 0, "logoPositionY": 0, "logoBorderGap": 0.06, "logoScale": 0.2, "logoOpacity": 1.0, } }
Set
showLabels
on true
to
activate the function and make the desired adjustments if necessary
before.