eth-ait / aitviewer

A set of tools to visualize and interact with sequences of 3D data.
MIT License
553 stars 49 forks source link

Text display #52

Open Githubhgh opened 6 months ago

Githubhgh commented 6 months ago

Hi, great works! I would like to ask whether aitviewer support text display when rendering SMPL models?

kaufManu commented 6 months ago

Unfortunately we don't support rendering of text at the moment. Can you share some more details on what kind of text display you would require?

Githubhgh commented 6 months ago

Thanks for your reply. I'm working on a project involving text-to-motion tasks, and I want to display the text description as a sort of board.

kaufManu commented 6 months ago

Both rendering text to the screen directly or creating a bitmap that contains the text and then use that as a texture for a 3D billboard should be possible (I'm currently thinking that the previous is a bit simpler to implement). Both sound like useful features, but I don't know if/when we'll have the time to look at it unfortunately. I'll keep you updated if there are any developments.

Githubhgh commented 6 months ago

Thanks, I think the first one (directly render) should be fine, anyway I am looking forward to this.