-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Add RenderPixelatedPass #301
Labels
enhancement
New feature or request
Comments
I can create a quick PR to fix this 👍 |
LuchoTurtle
added a commit
to LuchoTurtle/three-ts-types
that referenced
this issue
Dec 18, 2022
LuchoTurtle
added a commit
to LuchoTurtle/three-ts-types
that referenced
this issue
Dec 18, 2022
LuchoTurtle
added a commit
to LuchoTurtle/three-ts-types
that referenced
this issue
Dec 18, 2022
This was referenced Dec 18, 2022
Closed
LuchoTurtle
added a commit
to LuchoTurtle/three-ts-types
that referenced
this issue
Dec 18, 2022
LuchoTurtle
added a commit
to LuchoTurtle/three-ts-types
that referenced
this issue
Dec 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature you'd like:
As per r147 migration guide,
PixelShader
was replaced withRenderPixelatedPass
inside thejsm/examples
folder. I think we should add types for this new pass. 😄Suggested implementation:
Adding the class types should be helpful for those who want to use this composer pass.
I can make a quick PR to fix this for the r147 release.
The text was updated successfully, but these errors were encountered: