Diferencia entre revisiones de «Macarena Caro ; pizarra y objeto»

De Casiopea
(Página creada con '{{Proyecto |Título=Macarena Caro ; Pizarra y objeto |Tipo de Proyecto=Proyecto de Curso |Palabras Clave=tarea 6 |Año de Inicio=2012 |Carreras Relacionadas=Diseño Gráfico, Di...')
 
m (Texto reemplazado: «Helbert Spencer» por «Herbert Spencer»)
 
(No se muestra una edición intermedia de otro usuario)
Línea 5: Línea 5:
|Año de Inicio=2012
|Año de Inicio=2012
|Carreras Relacionadas=Diseño Gráfico, Diseño Industrial
|Carreras Relacionadas=Diseño Gráfico, Diseño Industrial
|Asignaturas Relacionadas=Taller Inicial 1ª y 2ª Etapa,  
|Asignaturas Relacionadas=Taller Inicial 1ª y 2ª Etapa,
|Cursos Relacionados=Imagen Escrita 2012,  
|Cursos Relacionados=Imagen Escrita 2012,
|Profesor=Helbert Spencer,  
|Profesor=Herbert Spencer,
|Alumnos=Macarena Valentina Caro Cortes,  
|Alumnos=Macarena Valentina Caro Cortes,
|Imagen=M.caroTarea 6.jpg
}}
}}
float a; float b; float c; float diam; float x; float y;
float a; float b; float c; float diam; float x; float y;
void setup() {
void setup() {
  size(500,500); background(#5F246C);smooth();}
  size(700,700); background(#5F246C);smooth();}
void draw() {
void draw() {
  a = random(#FEFF0D);//Colores//
  a = random(#FEFF0D);//Colores//
Línea 21: Línea 22:
  y = random(width);  
  y = random(width);  
noStroke();
noStroke();
  fill(r,g,b);
  fill(a,b,c);
  ellipse(x,y,y,x);}
  ellipse(x,y,y,x);}

Revisión actual - 08:00 27 sep 2018

Macarena Caro ; Pizarra y objeto


TítuloMacarena Caro ; Pizarra y objeto
Tipo de ProyectoProyecto de Curso
Palabras Clavetarea 6
Período2012-
AsignaturaTaller Inicial 1ª y 2ª Etapa,
Del CursoImagen Escrita 2012,
CarrerasDiseño Gráfico"Diseño Gráfico" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property., Diseño Industrial"Diseño Industrial" is not in the list (Arquitectura, Diseño, Magíster, Otra) of allowed values for the "Carreras Relacionadas" property.
Alumno(s)Macarena Valentina Caro Cortes
ProfesorHerbert Spencer

float a; float b; float c; float diam; float x; float y; void setup() {

size(700,700); background(#5F246C);smooth();}

void draw() {

a = random(#FEFF0D);//Colores//
b = random(340);
c = random(200);
diam = random(800);// Diametro//
x = random(width);
y = random(width); 

noStroke();

fill(a,b,c);
ellipse(x,y,y,x);}