From d3c8fb4642fd3596f69e83740c7dbaa2cb219d13 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Thu, 7 Oct 2021 11:20:02 -0700 Subject: [PATCH] fix point cloud material syntax error (#433) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ian Chen Co-authored-by: Alejandro Hernández Cordero --- ogre2/src/media/materials/scripts/point_cloud_point.material | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogre2/src/media/materials/scripts/point_cloud_point.material b/ogre2/src/media/materials/scripts/point_cloud_point.material index 00221692e..1745ab795 100644 --- a/ogre2/src/media/materials/scripts/point_cloud_point.material +++ b/ogre2/src/media/materials/scripts/point_cloud_point.material @@ -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 } }