File: sphere.pd

package info (click to toggle)
gem 0.81-7
  • links: PTS
  • area: main
  • in suites: potato
  • size: 4,856 kB
  • ctags: 3,032
  • sloc: cpp: 16,976; ansic: 3,450; sh: 1,901; lex: 1,098; makefile: 309
file content (17 lines) | stat: -rw-r--r-- 573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#N canvas 339 182 600 500 10;
#X text 124 54 sphere;
#X msg 175 211 slices;
#X text 91 291 sphere renders a sphere with the current color \, transformation matrix \, and texture information. Slices is the number of slices which will be used to make up the sphere.;
#X msg 153 184 size;
#X msg 132 146 gemList;
#X msg 33 138 draw line;
#X msg 33 169 draw fill;
#X msg 33 201 draw point;
#X text 123 89 GEM object;
#X obj 132 246 sphere;
#X connect 1 0 9 2;
#X connect 3 0 9 1;
#X connect 4 0 9 0;
#X connect 5 0 9 0;
#X connect 6 0 9 0;
#X connect 7 0 9 0;