Back to photostream

Neulich im Türspion

Ein Wenig Matlab Code:

[x,y,z] = sphere(50);

cla reset

axis square off

props.AmbientStrength = 0.1;

props.DiffuseStrength = 1;

props.SpecularColorReflectance = .5;

props.SpecularExponent = 20;

props.SpecularStrength = 1;

props.FaceColor= 'texture';

props.EdgeColor = 'none';

 

props.Cdata = Dirk;

 

surface(x,y,z,props);

daspect([1 1 1]);

...und schon sehen wir den Dirk im Türspion!

83 views
0 faves
0 comments
Uploaded on May 19, 2005
Taken on May 19, 2005