Skip to content
Snippets Groups Projects
Commit a1f8d899 authored by Alexander Rose's avatar Alexander Rose
Browse files

fixed point.vert for texture-based size

parent d5388cf9
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,10 @@ uniform float uViewportHeight;
uniform float uSize;
#elif defined(dSizeType_attribute)
attribute float aSize;
#elif defined(dSizeType_instance) || defined(dSizeType_group) || defined(dSizeType_groupInstance)
varying vec4 vSize;
uniform vec2 uSizeTexDim;
uniform sampler2D tSize;
#endif
attribute vec3 aPosition;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment