Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Away3D Textfield3D missing? #50

Open
StephenKDS opened this issue May 31, 2015 · 3 comments
Open

Away3D Textfield3D missing? #50

StephenKDS opened this issue May 31, 2015 · 3 comments

Comments

@StephenKDS
Copy link

Seems this isn't available in the OpenFL port - is there any other way to create dynamic text fields/labels in this port?

@StephenKDS
Copy link
Author

its not present in https://github.com/away3d/away3d-core-fp11
but its present in https://github.com/away3d/away3d-core-fp10

Why would it not be part of the original away3d build for FP11?

@Greg209
Copy link
Member

Greg209 commented May 31, 2015

The reason it's not part of the current FP11 build is due to the fact that the FP11 codebase makes use of Stage3D (and hence the GPU) to perform the rendering and the technology is significantly different and a lot lower-level than the FP10 code. As such, implementation of a TextField is extremely difficult requiring triangulation of font data which wasn't needed in FP10.

Text is something that may come along at some point but there is no timeframe as yet.

@StephenKDS
Copy link
Author

Okay no worries - I'll have to work around this issue.

Much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants