Text Tags doesnt appear on screen shot API what can I do for that?
First is body… second picture is screenshot API
You need to include the css file in your application:
<script defer src="https://viewer.shapediver.com/v2/2.21.0/sdv.concat.min.js"></script>
<link rel='stylesheet' type='text/css' href='https://viewer.shapediver.com/v2/2.21.0/sdv.css'>
> <script defer src="https://viewer.shapediver.com/v2/2.18.0/sdv.concat.min.js"></script>
>
> <link rel='stylesheet' type='text/css' href='https://viewer.shapediver.com/v2/2.18.0/sdv.css'>
I uses those… and when I try to change them with yours my drawing get lost…
I realized that 3d text tag shown on screen shot but Text tag doesnt shwon on screen shot…
But the problem I need text tag cause it moves with cam automaticly but 3d tag is fixed position…
HOw can I handle that?
The text tag is not included in the screenshot as it is a HTML element. However, you can replace the tags with a meshed text in order to see it in screenshots. Scripts below allow you to convert text to mesh:
isnt that too much complicated to just see a text in screenshot?
I just wanna see the text tag in screenshot :S
Screenshots are taken from the model viewer and since the text tags are are displayed as HTML elements on top, there is no easy out-of-the-box solution for this I’m afraid.
You can also use Squid and Make2D to re-create camera facing 2D text tags, where you would create text tags as images with Squid, then use Make2D to define camera angels for screenshots and place images accordingly.