Skip to content

Commit

Permalink
Fix crash when visualizing Lidars with points (#1008)
Browse files Browse the repository at this point in the history
Fixes: #969

Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Jun 3, 2024
1 parent 9bc0b46 commit 213765b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ogre2/src/media/materials/programs/GLSL/point_vs.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ uniform float size;
out gl_PerVertex
{
vec4 gl_Position;
float gl_PointSize;
};

void main()
Expand Down

0 comments on commit 213765b

Please sign in to comment.