You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the flecs_components_gui module includes a declaration for the EcsText component, and I'm wondering if it's possible to display text at arbitrary positions in a 3D scene. Specifically, I would like to set both the position and rotation of the text using EcsPosition3 and EcsRotation3, or similar components, so that it can appear at different locations and orientations in a 3D space rendered with sokol.
Does EcsText currently support this kind of functionality?
If not, is there a recommended approach or future plans to integrate 3D positioning for text within flecs_components_gui?
Any guidance or advice would be greatly appreciated!
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I noticed that the flecs_components_gui module includes a declaration for the EcsText component, and I'm wondering if it's possible to display text at arbitrary positions in a 3D scene. Specifically, I would like to set both the position and rotation of the text using EcsPosition3 and EcsRotation3, or similar components, so that it can appear at different locations and orientations in a 3D space rendered with sokol.
Does EcsText currently support this kind of functionality?
If not, is there a recommended approach or future plans to integrate 3D positioning for text within flecs_components_gui?
Any guidance or advice would be greatly appreciated!
Thank you!
The text was updated successfully, but these errors were encountered: