View allAll Photos Tagged Output

Using the BM-17 Heil headset with the IC Mic element and MIC Jack 8V Output set to ON

Little try with sunflow rendering.

 

hipstersinc.com/p5sunflow/

  

import noc.*;

import hipstersinc.sunflow.*;

import hipstersinc.sunflow.shader.*;

import hipstersinc.*;

  

void setup() {

size(800, 600, "hipstersinc.P5Sunflow");

noStroke();

}

  

void draw() {

setupCamera();

setupScene();

 

background(255);

  

translate(width/2, height/2, 0);

rotateX(QUARTER_PI);

rotateZ(QUARTER_PI);

fill(255);

 

Vector3D pos = new Vector3D(0,0,0);

Vector3D rot = new Vector3D(0,0,0);

float scl = 25.5;

float boxSize = 560;

// translate(boxSize, boxSize);

for(int i=0; i<300; i++) {

pushMatrix();

translate(pos.x,pos.y,pos.z);

rotateX(rot.x);

rotateY(rot.y);

rotateZ(rot.z);

scale(random(.1),random(.4),random(.1));

 

box(boxSize);

Vector3D add = new Vector3D(random(-1,1),random(-1,1),random(-1,1));

add.mult(scl);

pos.add(add);

add = new Vector3D(random(-1,1),random(-1,1),random(-1,1));

add.mult(.2);

rot.add(add);

popMatrix();

}

saveFrame("output-####.png");

//noLoop();

//redraw();

}

void mousePressed(){

redraw();

}

void setupCamera() {

P5Sunflow sunflow = (P5Sunflow) g;

sunflow.camera.setType(SunflowCamera.PINHOLE);

//sunflow.camera.setType(SunflowCamera.SPHERICAL);

//sunflow.camera.setType(SunflowCamera.FISHEYE);

/*sunflow.camera.setType(SunflowCamera.THINLENS);

sunflow.camera.setFocalDistance(450);

sunflow.camera.setLensRadius(12f);

sunflow.scene.setAaSamples(12);*/

}

void setupScene() {

P5Sunflow sunflow = (P5Sunflow) g;

/* sunflow.scene.setAaMin(0);

sunflow.scene.setAaMax(0);

sunflow.scene.setAaSamples(0);

sunflow.scene.setFilter(null);*/

sunflow.scene.setGlobalIllumination(false);

}

  

Built with Processing.

Ken Melvold, Fresno State Red Wave Dairy Cow Sale, Oct. 14, 2017, Copyright 2017.

Looking for new sound reactive particles for my set with DJ Surgeon.

Built with processing!

After reading the last post of Marius Watz, I could not rersist to try Mesh library!

The output is now dynamic in that things like sequence IDs, AOIs, and patterns have events associated with them. The blue box is actually a tooltip that resulted from mousing over a sequence ID.

无名却充满了莫名渴望 一生等一次发光

Both A.C. and D.C. outputs.

Ellenbrook Fields Parkrun, Feb 2018

android tv freezing

 

摸不到的颜色 是否叫做怪兽

A viewmaster and a camera that creates viewmaster 3d images.

Output from my color library program as part of testing - I wanted to make sure it supported mixed shapes. (It also generates .svg output as well now, but I can't upload that to Flickr as it doesn't support that type.)

Wiimote Painting.

 

Built with Processing

1 2 ••• 44 45 47 49 50 ••• 79 80