- Reestructuración de ficheros y directorios general
- merge v0.01 --> Añadido fileselector - Añadidas fuentes de Gem y Pure Data - pix2jpg incluído en Gem. Archivos de construcción de Gem modificados. - Añadido fichero ompiling.txt con instrucciones de compilación
This commit is contained in:
parent
c9adfd020b
commit
e85d191b46
3100 changed files with 775434 additions and 3073 deletions
84
Gem/examples/03.lighting/01.world_light.pd
Normal file
84
Gem/examples/03.lighting/01.world_light.pd
Normal file
|
@ -0,0 +1,84 @@
|
|||
#N canvas 139 90 771 570 10;
|
||||
#X obj 518 59 gemhead;
|
||||
#X msg 86 180 lighting 1;
|
||||
#X obj 518 170 rotate;
|
||||
#X floatatom 563 132 0 0 0 0 - - -;
|
||||
#X obj 318 508 world_light;
|
||||
#X obj 318 394 gemhead 1;
|
||||
#X msg 86 149 lighting 0;
|
||||
#X obj 518 194 sphere;
|
||||
#X text 150 38 create a sphere with and without lighting;
|
||||
#X text 533 105 rotate the sphere;
|
||||
#X text 139 545 creates a light an infinite distance away.;
|
||||
#X text 314 341 gemhead has a value of 1 so that it is rendered before
|
||||
the sphere is;
|
||||
#X text 52 124 you can turn lighting on and off while it is running
|
||||
;
|
||||
#X msg 457 466 1 1 1;
|
||||
#X msg 404 464 1 0 1;
|
||||
#X text 508 460 change the lights color;
|
||||
#X obj 318 456 rotateXYZ;
|
||||
#X floatatom 409 399 0 0 0 0 - - -;
|
||||
#X msg 185 424 debug 0;
|
||||
#X msg 186 455 debug 1;
|
||||
#X text 96 400 figure out where the light is;
|
||||
#N canvas 87 154 247 179 Gem.init 0;
|
||||
#X obj 118 46 loadbang;
|
||||
#X msg 118 81 reset;
|
||||
#X obj 118 113 outlet;
|
||||
#X connect 0 0 1 0;
|
||||
#X connect 1 0 2 0;
|
||||
#X restore 64 238 pd Gem.init;
|
||||
#N canvas 340 107 682 322 gemwin 0;
|
||||
#X obj 102 122 tgl 15 0 \$0-gemstart \$0-gemstart empty 17 7 0 10 -262144
|
||||
-1 -1 0 1;
|
||||
#X obj 102 161 r \$0-gemstart;
|
||||
#X obj 102 182 select 1 0;
|
||||
#X msg 102 214 create \, 1;
|
||||
#X msg 177 215 destroy;
|
||||
#X obj 102 239 t a;
|
||||
#X obj 318 54 inlet;
|
||||
#X obj 318 255 gemwin;
|
||||
#X obj 318 100 t a a;
|
||||
#X obj 318 287 outlet;
|
||||
#X obj 350 128 route create destroy;
|
||||
#X obj 350 150 t b;
|
||||
#X msg 350 172 1;
|
||||
#X obj 390 150 t b;
|
||||
#X msg 390 172 0;
|
||||
#X obj 350 195 t f;
|
||||
#X msg 350 219 set \$1;
|
||||
#X text 118 122 rendering;
|
||||
#X connect 1 0 2 0;
|
||||
#X connect 2 0 3 0;
|
||||
#X connect 2 1 4 0;
|
||||
#X connect 3 0 5 0;
|
||||
#X connect 4 0 5 0;
|
||||
#X connect 5 0 8 0;
|
||||
#X connect 6 0 8 0;
|
||||
#X connect 7 0 9 0;
|
||||
#X connect 8 0 7 0;
|
||||
#X connect 8 1 10 0;
|
||||
#X connect 10 0 11 0;
|
||||
#X connect 10 1 13 0;
|
||||
#X connect 11 0 12 0;
|
||||
#X connect 12 0 15 0;
|
||||
#X connect 13 0 14 0;
|
||||
#X connect 14 0 15 0;
|
||||
#X connect 15 0 16 0;
|
||||
#X connect 16 0 0 0;
|
||||
#X coords 0 -1 1 1 85 40 1 100 100;
|
||||
#X restore 34 255 pd gemwin;
|
||||
#X connect 0 0 2 0;
|
||||
#X connect 1 0 22 0;
|
||||
#X connect 2 0 7 0;
|
||||
#X connect 3 0 2 1;
|
||||
#X connect 5 0 16 0;
|
||||
#X connect 6 0 22 0;
|
||||
#X connect 13 0 4 1;
|
||||
#X connect 14 0 4 1;
|
||||
#X connect 16 0 4 0;
|
||||
#X connect 17 0 16 2;
|
||||
#X connect 18 0 4 0;
|
||||
#X connect 19 0 4 0;
|
||||
#X connect 21 0 22 0;
|
Loading…
Add table
Add a link
Reference in a new issue