- Home /
Question by
Vyvernn · Mar 03, 2021 at 01:30 PM ·
shadervertexvertex shaderattribute
Add new vertex attributes for a shader,Create vertex attributes
How do i create new vertex attributes? I'm creating a procedurally generated terrain and each vertex is weighted by different terrain types. I need to pass into the shader these weights to determine what the resultant texture at that position is.
Comment