Skip to content

Commit

Permalink
fix point cloud material syntax error (#433)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>

Co-authored-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
iche033 and ahcorde authored Oct 7, 2021
1 parent 50e1e5f commit 67b5420
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fragment_program PointCloudFS glsl
source point_fs.glsl
default_params
{
param_named color vec4 1.0 1.0 1.0 1.0
param_named color float4 1.0 1.0 1.0 1.0
}
}

Expand Down

0 comments on commit 67b5420

Please sign in to comment.