We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tried the latest (Away3D 1.3.2) that was merged.
Using: OpenFL 4.0.3, Away3D 1.3.2
during iOS simulator build get these errors: [away3d/core/managers/Stage3DProxy.hx:166] openfl.display3D.Context3D has no field removeRenderMethod
[away3d/core/managers/Stage3DProxy.hx:174] openfl.display3D.Context3D has no field setRenderMethod
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered:
Those 2 methods (removeRenderMethod + setRenderMethod) are present in 3.6.1 but missing in 4.X
Can build in 3.6.1 but 4.X they are missing. Any help?
Sorry, something went wrong.
Currently building OK with OpenFL 3.6.1 + Lime 2.9.1 - 29th March 2016 - has been broken after that date.
No branches or pull requests
Tried the latest (Away3D 1.3.2) that was merged.
Using: OpenFL 4.0.3, Away3D 1.3.2
during iOS simulator build get these errors:
[away3d/core/managers/Stage3DProxy.hx:166]
openfl.display3D.Context3D has no field removeRenderMethod
[away3d/core/managers/Stage3DProxy.hx:174]
openfl.display3D.Context3D has no field setRenderMethod
Any ideas how to fix this?
The text was updated successfully, but these errors were encountered: