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

Update SSAARenderPass.js #22798

Merged
merged 1 commit into from
Nov 10, 2021
Merged

Update SSAARenderPass.js #22798

merged 1 commit into from
Nov 10, 2021

Conversation

moshuying
Copy link
Contributor

Fix file references

Related issue: #XXXX

Description

A clear and concise description of what the problem was and how this pull request solves it.

This contribution is funded by Example.

Fix file references
@@ -7,7 +7,7 @@ import {
UniformsUtils,
WebGLRenderTarget
} from '../../../build/three.module.js';
import { Pass, FullScreenQuad } from '../postprocessing/Pass.js';
Copy link
Collaborator

Choose a reason for hiding this comment

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

This path is actually a leftover from the time when modules were generated from examples/js. It seems almost all post processing pass classes use ../postprocessing/Pass.js;right now.

Do you mind updating the other classes in examples/jsm/postprocessing, too?

Copy link
Collaborator

Choose a reason for hiding this comment

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

If you don't want to update the other passes, that's fine. We can still merge the PR and I do a clean up afterwards 👍 .

Copy link
Contributor Author

@moshuying moshuying Nov 15, 2021

Choose a reason for hiding this comment

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

Thank you for your reply. I found that many files have this path problem. It is not very convenient for me to deal with the content of the file code, but it does not affect the operation at all。

Copy link
Collaborator

Choose a reason for hiding this comment

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

@Mugen87 Mugen87 added this to the r135 milestone Nov 10, 2021
@mrdoob mrdoob merged commit 8bf2f21 into mrdoob:dev Nov 10, 2021
@mrdoob
Copy link
Owner

mrdoob commented Nov 10, 2021

Thanks!

@Mugen87 Mugen87 mentioned this pull request Nov 15, 2021
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