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

Transparent Bitmap in BitmapMaterial not fireing mouse events #14

Open
virbas opened this issue Mar 29, 2012 · 1 comment
Open

Transparent Bitmap in BitmapMaterial not fireing mouse events #14

virbas opened this issue Mar 29, 2012 · 1 comment

Comments

@virbas
Copy link

virbas commented Mar 29, 2012

line 181:

  • return uint(bitmapMaterial.bitmap.getPixel32(int(p.x), int(p.y)) >> 24) > 0x80;
    +return uint(bitmapMaterial.getPixel32((p.x), (p.y)) >> 24) > 0x80;
@virbas
Copy link
Author

virbas commented Mar 29, 2012

fix in file away3d.core.utils.ViewSorceObject.as

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

1 participant