-
Notifications
You must be signed in to change notification settings - Fork 119
Why Outline
's props patternTexture
type is number?
#182
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
Comments
@talentlessguy still, the patternTexture type is number.. |
@Suprhimp is it still a number? rpp now uses strictly pp types (before they were custom and potentially outdated) |
Yep I guess.. I want to fix and make a PR with that but I don't know what should I fix first... |
Probably we should omit it from props and handle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm very happy to use r3f and react-postprocessing now with my project.
By the way, I found something strange about the
OutlineEffect
.I tested the props
patternTexture
in OutlineEffect, I found thatpatternTexture
type isnumber
. When I follow theOutlineEffect
frompostprocessing
, patternTexture is not number. I think it should beTHREE.Texture
.When I just put my pattern image to

patternTexture
props, it just cover my whole scene like below.visibleEdgeColor
,hiddenEdgeColor
props typestring
.The text was updated successfully, but these errors were encountered: