Replies: 1 comment 10 replies
|
I haven't tried it out yet, but it seems like that approach should probably work? The only thing I notice is |
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hiya! I'm trying to use troika three utils'
createDerivedMaterialto create a custom picking material for my troika text mesh. My first attempt was to render a solid color on the troika text surface by using a trivial custom fragment shader:I was expecting my dummyMesh to appear as a solid red plane where my text was, but I don't see anything :-/
I wonder if I'm missing something obvious? I'd love any tips for how to debug. Thank you!
All reactions