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

bugfix collada model picking #53

Merged
merged 2 commits into from
Sep 26, 2016
Merged

bugfix collada model picking #53

merged 2 commits into from
Sep 26, 2016

Conversation

strikerM
Copy link
Contributor

In response to #51

@@ -809,7 +809,7 @@ define([
var gl = dc.currentGlContext,
program = dc.currentProgram;

if (hasLighting) {
if (hasLighting || dc.pickingMode) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This conditional looks like it should be hasLighting && !dc.pickingMode. Florin, would you please comment on this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, you are right. It should be (hasLighting && !dc.pickingMode)

@pdavidc pdavidc merged commit 2acba97 into NASAWorldWind:master Sep 26, 2016
@pdavidc pdavidc modified the milestone: v0.1.0 Feb 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants