Thursday, 5 July 2012

Custom Renderman Shaders & Realflow

I been writing a custom Renderman shader - it still needs work but here is the current code and examples as to what it looks like!

Video Examples:


Bob | Realfow Simulation | Custom Renderman Shader | Iskander Mellakh from iskander mellakh on Vimeo.

Custom Renderman Shader | Iskander Mellakh from iskander mellakh on Vimeo.

Here is the code:

  1. surface im_mottleNoise(
  2.           uniform color myColor = color(0,1,0);
  3.           uniform float myOc = 0.1;
  4.           uniform float roughness = 0.1;
  5.           float Km = 1.0;
  6.           float face = 1.0;
  7.           float mag = 0.0;
  8.           uniform float freqency = 1.0;
  9. )
  10. {
  11.           float size = 1.0,
  12.           magnitude = 0.0,
  13.           i;
  14.           point P2;
  15.           P2 = transform ("shader", P);
  16.           for (i = 0; i <6.0; i+= 1.0){
  17.                    magnitude += abs (.5 - noise (P2 * size) * freqency) / size;
  18.           }

  19.           P2 = P - normalize (N) *(magnitude * magnitude * magnitude) *Km * mag;
  20.           N = calculatenormal(P2);
  21.           normal Nn = normalize (N);
  22.           vector In = normalize(-I);
  23.           normal Nf = faceforward(Nn,-I);
  24.           normal Nb = faceforward(Nn,I);
  25.           //Oi = myOc * diffuse(Nf * -face);
  26.           //Oi = myOc * face + specular(Nf, In, roughness);
  27.           Oi = myOc;
  28.           Ci = myColor *Oi * diffuse(Nb) + specular(Nf, In, roughness);
  29. }

Friday, 22 June 2012

Raspberry Pi Testing!

I received my Raspberry Pi earlier in the week, just getting used to the seeing a computer so small!!!

Below are some images of the Raspberry Pi. I have tested out a few basic Python scripts. Great Fun :)

Tuesday, 5 June 2012

Mari Evil Head Texturing Timelapse Video

Below is a quick video showing a little bit of the texturing process that I did on my Evil Head model. The mesh was modelled in Maya and Zbrush and the Textuing was done in Mari.

Devils Angels and Dating Short Animation

Hello, so this is the first time I have added to my blog in ages!!!
The film 'Devils Angels and Dating' by Michael Cawood is finally finished and it looks great.

I will be updating this blog on a regular basis so please do check back from time to time. I will be adding tutorial and freebies too :)

Maya Command Line Rendering

Here is a quick tutorial showing the basics of command line rendering in for Maya.

Tuesday, 17 November 2009

MKK Sports Website is now Live

MKK Sports website is now Live, I have just finished developing it (The main website - the shop and designer was built by someone else). It has a user friendly design (I hope) and the CMS (Content Management System) I build I have been told is easy to use.

Check it out - click on the image below:
MKK Sports Website built by ICMStudios

Tuesday, 20 October 2009



"I am a Secret Agent gone bad. I exist now only to seek revenge. Those evil savages destroyed my life and career, and I will do the same to them..."

This was my final entry for the Secret Agent Competition by the Cg Society.
Click the image to see development videos of how I achieved the final outcome.