This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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; |