Hi, I’m trying to understand GLSL in conjunction with Azure Kinect and I keep getting errors. I’m following an older intro to GLSL tutorial from Markus. Is anyone able to tell me where I’m going wrong?
errorkinectglsl.toe (7.3 KB)
Variable names are case sensitive, you are using cloud and Cloud, you should be using Cloud everywhere for sPointCloud.
1 Like
Thank you so much!!! It’s working. Really grateful. I was staring at this for way too long.