Replies: 1 comment 1 reply
|
Hmm, I feel like this should work, but chaining shader transforms can sometimes be fragile. Do you get shader compile errors? Or does it just ignore the initialPosition? |
1 reply
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.
I'm using instanced uniforms mesh with createDerivedMaterial.
I have a custom instanced buffer attribute on the mesh (jus stores initial Positions), however I cant seem to access it in vertexDefs. Is this unsupported?
All reactions