Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stuffed Animal In OpenGL

Tags:

glsl

I have seen metal/plastic/water/fire/... shaders for OpenGL.

However, it it possible to render something fur-like, say a stuffed animal / teddy bear in OpenGL (I know this is possible with renderman / ray tracers, but I want to do it in OpenGl).

If you have pointers to GLSl shaders for this, please point me in the right direction.

Thanks!

[I'm guessing the answer is no since fur requires more than just shaders -- it almost requires creating geometry on the fly -- but I'd love to be proven wrong)]

like image 912
anon Avatar asked Apr 24 '10 06:04

anon


1 Answers

here is a nice tutorial about creating fur in 3d.

like image 183
Axarydax Avatar answered Sep 28 '22 17:09

Axarydax