Skip to content

Instantly share code, notes, and snippets.

@jebibot
jebibot / 360_overlay.shader
Last active September 10, 2025 14:53
obs-shaderfilter for overlays on 360 equirectangular image
#define PI 3.14159265359
uniform texture2d overlay_source;
uniform float overlay_yaw<
string label = "Horizontal position (degrees)";
string widget_type = "slider";
float minimum = -180.0;
float maximum = 180.0;
float step = 1;