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

Change *IdCount functions back to variables #9558

Closed
wants to merge 1 commit into from

Conversation

sirxemic
Copy link
Contributor

The "modules" pull request changed variables such as THREE.GeometryIdCount to functions which incremented the internal variable with one.

Such functions didn't make a whole lot of sense to me, so I changed it.

The "modules" pull request changed variables such as
THREE.GeometryIdCount to functions, which didn't make a whole lot of
sense to me.
@mrdoob
Copy link
Owner

mrdoob commented Aug 21, 2016

They could even be private in its own module. Unfortunately BufferGeometry and Geometry breaks this...

@sirxemic
Copy link
Contributor Author

So what is stopping this pull request, exactly (besides that it now has a conflict?)

I was also thinking that it may be useful for debugging purposes to keep the properties public.

@Mugen87
Copy link
Collaborator

Mugen87 commented Sep 22, 2017

Closing, see 9b6bc25 and #10095

@Mugen87 Mugen87 closed this Sep 22, 2017
@sirxemic sirxemic deleted the removeIdCounters branch September 24, 2017 14:39
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.

3 participants