how to store text annotations in collada file

Hi,

I want to save text annotations (text bubbles) (as strings) in collada file is that possible?
how do I do that?

thanks,
Mor.

Hi Mor!

The way to do this is with <extra> and how you do it depends on your interoperability goals.

There is <annotate> but it is for GPU programs, but possibly some other things. There are XML comments and other tricks that could be explored, but there’s no built-in feature even for storing labels for UI elements. Not that I know of in any case!