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

Some cleanups #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Some cleanups #31

wants to merge 2 commits into from

Conversation

myurasov
Copy link
Contributor

No description provided.

@@ -477,7 +477,6 @@ Copyright (c) 2014 Rafał Lindemann. http://panrafal.github.com/depthy
if (depth.useAlpha) {
// move inverted alpha to rgb, set alpha to 1
depthTextureSprite.filters.push(invertedAlphaToRGBFilter);
depthTextureSprite.filters = depthTextureSprite.filters;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIR it was set on purpose, are you sure it works correctly now?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, seems to work just fine. :)

On Tue, Nov 24, 2015 at 3:53 AM, Rafał Lindemann [email protected]
wrote:

In app/scripts/classes/DepthyViewer.js
#31 (comment):

@@ -477,7 +477,6 @@ Copyright (c) 2014 Rafał Lindemann. http://panrafal.github.com/depthy
if (depth.useAlpha) {
// move inverted alpha to rgb, set alpha to 1
depthTextureSprite.filters.push(invertedAlphaToRGBFilter);

  •      depthTextureSprite.filters = depthTextureSprite.filters;
    

AFAIR it was set on purpose, are you sure it works correctly now?


Reply to this email directly or view it on GitHub
https://github.com/panrafal/depthy/pull/31/files#r45725779.

Mikhail Yurasov

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

Successfully merging this pull request may close these issues.

2 participants