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

View3D background flickering with mouseEnabled objects #49

Closed
ricovitch opened this issue Aug 18, 2011 · 6 comments
Closed

View3D background flickering with mouseEnabled objects #49

ricovitch opened this issue Aug 18, 2011 · 6 comments

Comments

@ricovitch
Copy link
Contributor

When setting view3d background color to white, and enabling mouse events on 3d objects, background flickers on mouse move.

More detail in the forum :
http://away3d.com/forum/viewthread/497/

Simple project reproducing the issue :
http://away3d.com/forum/viewthread/497/#1610

@ricovitch
Copy link
Contributor Author

Has i wrote in the forum, this happened with this commit : 38edc4c

@ragaes
Copy link

ragaes commented Aug 25, 2011

I'm experiencing the same problem.

@themightyatom
Copy link

The HitTestRenderer.as calls a context.clear() and fills the buffer with black, regardless of chosen background color, giving a flickering if you don't have a black background

@DerSchmale
Copy link
Member

Yes, HitTestRenderer necessarily clears it to black, but afterwards it's cleared again to the correct colour. This second clear didn't work properly on the Stage3D side of things, but seems Adobe fixed it in the RC1 player.

@ricovitch
Copy link
Contributor Author

I confirm the issue doesn't occur anymore with latest commits / Flash11 RC1
Thank you !

@adolfogerin
Copy link

I have a similar problem with skybox. When I move the mouse in the view the skybox disappear for milliseconds. I have a big awd model in the scene but only skybox blink. I'm using Stage3D e Starling mixed with Away3d.

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

5 participants