In the new version of HOOPS Communicator SDK, how can one identify the created animation keyframes? Are there any specific APIs?
Hello @WangFuYuan199,
Please see this section in our docs for the KeyframeBuffer
class:
Also in our docs is a walkthrough on the animation API:
Thanks,
Tino
Thank you, Tino. I have another question. Can the sample.sh script in the Linux version output HTML? I didn’t see that the format of the output included HTML.
Can it be done like in Windows --output_html “index.html” so that the output is directly generated?
Hello @WangFuYuan199,
It looks like your screenshot is the default sample script that is included with the Communicator package. That sample script only shows a small fraction of the all the available Converter options. But to answer your specific question, yes, output_html can be used in Linux.
Thanks,
Tino