-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathGLdefine-help.pd
42 lines (42 loc) · 1.73 KB
/
GLdefine-help.pd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#N canvas 78 61 701 310 10;
#X declare -lib Gem;
#X obj 519 47 cnv 15 170 250 empty empty empty 20 12 0 14 #dce4fc #404040 0;
#X text 525 29 Example:;
#X obj 7 65 cnv 15 450 100 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X obj 8 216 cnv 15 450 80 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X text 11 217 Inlets:;
#X obj 8 176 cnv 15 450 30 empty empty empty 20 12 0 14 #bcbcbc #404040 0;
#X text 452 8 GEM object;
#X text 11 266 Outlets:;
#X obj 522 71 cnv 15 150 140 empty empty empty 20 12 0 14 #14e814 #404040 0;
#X obj 530 192 GEMglBegin;
#X obj 534 77 loadbang;
#X text 54 30 Class: GEMgl object;
#X text 33 14 Synopsis: [GLdefine];
#X text 15 88 Send an OpenGL configuration constant to a GEMglBegin to set up the OpenGL environment. These constants are defined in GL/gl.h in the OpenGL C++ code.;
#X floatatom 584 167 5 0 0 0 - - - 0;
#X text 29 229 Inlet 1: bang;
#X text 23 279 Outlet 1: float;
#X text 14 137 for more \, see: http://www.glprogramming.com/blue/ch04.html;
#X text 7 69 Description: gets the value of a OpenGL constant;
#X text 29 245 Inlet 1: message - the name of the constant;
#X text 17 175 Arguments:;
#X text 29 189 the name of a OpenGL constant (e.g. GL_LINES or GL_POLYGON);
#X msg 542 98 GL_LINES;
#X obj 534 142 GLdefine GL_ADD;
#X msg 553 119 symbol GL_ACCUM;
#N canvas 484 243 450 300 META 0;
#X obj 10 25 declare -lib Gem;
#X text 10 45 DESCRIPTION gets the value of a OpenGL constant;
#X text 10 65 KEYWORDS Gem openGL;
#X text 20 85 INLET_0 bang message;
#X text 20 105 OUTLET_0 float;
#X text 10 125 AUTHOR IOhannes m zmölnig;
#X text 10 145 LICENSE GPL v2;
#X restore 588 8 pd META;
#X obj 568 228 _gemwin;
#X connect 10 0 23 0;
#X connect 22 0 23 0;
#X connect 23 0 9 1;
#X connect 23 0 14 0;
#X connect 24 0 23 0;