Partially working ellipse shader
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ uniform mat4 worldMat;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_Position = worldMat * vec4(position.xyz,1);
|
||||
gl_Position = worldMat * vec4(position,1);
|
||||
vColor = color;
|
||||
vRad = rad;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user