|
|
I'm trying to make the monkeybox.org logo. The monkey is this 2d
shape, precisely. It's in use on bumper stickers and things...
I'm trying to make a 3d analog and I got pretty close, though
clearly not correct yet. I outlined the face shape I want with a
sphere sweep, but I'm not sure what to do about the eyes.
The only way I can figure it, the eyes should be a stretched out
sphere like shape. But how do I contour it to the face? And how
do I etch out the face shape better?
The only way I can think to do the eyes would be to make the face
surface as flat as possible. And the only way I can think to
flatten out the area inside the spline is to #while up a bunch of
box{}s.
I guess I ran into a motivation problem more than anything. Tips
please?
--
If riding in an airplane is flying, then riding in a boat is swimming.
50 jumps, 15.0 minutes of freefall, 31.3 ff vertical miles.
Post a reply to this message
Attachments:
Download 'monkey_only.png' (4 KB)
Download '3d.png' (55 KB)
Preview of image 'monkey_only.png'
Preview of image '3d.png'
|
|
|
|
Happily I got the attachments all screwed up. :)
I'll try exactly one more time.
--
If riding in an airplane is flying, then riding in a boat is swimming.
50 jumps, 15.0 minutes of freefall, 31.3 ff vertical miles.
Post a reply to this message
Attachments:
Download 'monkey_only.png' (4 KB)
Download '3d.png' (55 KB)
Preview of image 'monkey_only.png'
Preview of image '3d.png'
|
|
|
|
"Jettero Heller" <pov### [at] voltar-confedorg> schreef in bericht
news:slr### [at] corkyvoltar-confedorg...
<snip>
> begin-base64 640 monkey_only.png
> iVBORw0KGgoAAAANSUhEUgAAAHIAAABlCAIAAAFpaxCfAAAABmJLR0QA/wD/
> AP+gvaeTAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH0woNFBcxr9aL
> XQAADnVJREFUeJztXcGV27oOpd/5DWhK0JSgKUEuwVOCZ5O9pgS5BLsE+6QC
<...>
Very nice !
:-/
:)
cu!
--
camera{location-z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)#local C=0
;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1
;#end#end L(y-x,y,x,x+y)L(y,-x-y,x+y,y)L(-x-y,-y,y,y+z)L(-y,y,y+z,x+y)L(0,x+y,
<.5,1,.5>,x)L(0,x-y,<.5,1,.5>,x) // ZK http://www.povplace.be.tf
Post a reply to this message
|
|