Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[glfw] Added 'addRandomLineAnnotations' #5774

Merged
merged 1 commit into from
Jul 23, 2016
Merged

Conversation

brunoabinader
Copy link
Member

Added addRandomLineAnnotations as part of investigating #5763.

@mention-bot
Copy link

@brunoabinader, thanks for your PR! By analyzing the annotation information on this pull request, we identified @kkaefer, @tmpsantos and @jfirebaugh to be potential reviewers

@tmpsantos
Copy link
Contributor

👍

} break;
break;
case GLFW_KEY_L:
view->addRandomLineAnnotations(1);
Copy link
Contributor

Choose a reason for hiding this comment

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

shouldn't this be called addRandomCustomLineAnnotations for consistency with Point?

Copy link
Contributor

Choose a reason for hiding this comment

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

or the other way around

Copy link
Member Author

Choose a reason for hiding this comment

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

I believe that is meant to be custom point because we're using a random, custom sprite image for the point symbols, whereas in this line annotation we use regular, non-custom line annotations.

@brunoabinader brunoabinader merged commit 0e60238 into master Jul 23, 2016
@brunoabinader brunoabinader deleted the glfw-line-annotation branch July 23, 2016 11:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants