I want the STL generated at run-time to be captured as an image. Is there any API to perform the same in three? Found the below when I googled, which is exactly what I want
No. You essentially have to implement a simple STL model viewer application based on STLLoader
. When the loading process has finished, you render a single frame and then save it as a screenshot. Related topic:
1 Like