Skip to content

Conversation

@DefinitelyMaybe
Copy link
Contributor

No description provided.

@DefinitelyMaybe DefinitelyMaybe mentioned this pull request Aug 4, 2020
43 tasks

this.near = ( near !== undefined ) ? near : 1;
this.far = ( far !== undefined ) ? far : 1000;
this.isFog = true;
Copy link
Owner

Choose a reason for hiding this comment

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

As per #19997 (comment), we should do this instead:

Fog.prototype.isFog = true;

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll need to go back over my PR's and adjust accordingly

@mrdoob mrdoob added this to the r120 milestone Aug 14, 2020
@mrdoob mrdoob merged commit 1819c5b into mrdoob:dev Aug 15, 2020
@mrdoob
Copy link
Owner

mrdoob commented Aug 15, 2020

Thanks!

@DefinitelyMaybe DefinitelyMaybe deleted the src/scene--move-to-es6-classes branch August 15, 2020 20:26
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