GL Scripting Language
The GL Scripting language is for drawing 3D images using OpenGL in the OPENGL control. Rather than a Macro language to define the entire image like the VECTOR control, the scripting language is commands you send one at a time to the control to define 3D objects and then position them in 3D space.
You send a text (SetText) string to a control on your Plugins form with a GL command to execute.
You can send multiple GL commands in one text string by separating the commands with a Carriage Return character (ascii 13). The last command in the string does not need a Carriage Return after it.