Results 1 to 5 of 5
  1. #1
    EmuTalk Member
    Join Date
    Jul 2007
    Posts
    6

    Cell shading help

    Im slightly new to texture editing and i love it so far. I'v done a few things but there not anywhere near what you guys have here. Anyways i'v been wondering how exactly would you cel shade. I'v googled it already and i always get anime cel shading which is no help . Can someone give me some tips? I'd appreciate it.



    • Advertising

      advertising
      EmuTalk.net
      has no influence
      on the ads that
      are displayed
        
       

  2. #2
    The One and Only DDRPIP's Avatar
    Join Date
    Jul 2006
    Location
    Charleston
    Posts
    385
    well... talent and knowledge of the definition that cel-shade falls under..
    just takes a steady hand, knowledge of tools, and an imagination.
    "just me, know it, or not....?"

  3. #3
    Your Better Half UnaidedCoder's Avatar
    Join Date
    Jun 2007
    Location
    Newfoundland
    Posts
    87
    In order to cel shade an N64 game, you ned to realize it's not actually cel shaded. True cel shading almost always requires the use of an edge detection filter, which n64 cannot utilize.

    Basiclaly, you cel shade these games the same way you would as if you were using edge detection, by coloring the textures in a way that they look like dand drawn animations as opposed to whatever style the game natively uses.

    I recommend you start by simply updating textures before you try cel shade. It's a style that appears simple, but is really, really easy to screw up, resulting in visuals that look like crap.

  4. #4
    EmuTalk Member
    Join Date
    Feb 2007
    Posts
    647
    Dont give me criticism guys but cell shading is hard work. I actually stated to take a look into it and found it very interesting.

    Heres my first piece of (I guess you can call cell shaded) work done yesterday.

    Before


    After


    I guess I think of cell shade as the way the light appears and the solid colors.
    Im very new to cell shading, pretty hard.

  5. #5
    knowledge of the definition that cel-shade falls under..
    Indeed, you need to know what a dot product is....

    In order to cel shade an N64 game, you ned to realize it's not actually cel shaded. True cel shading almost always requires the use of an edge detection filter, which n64 cannot utilize.
    Well, to do that, you need pixel shaders..Which is something the N64 isnt capable of.

    I guess I think of cell shade as the way the light appears and the solid colors.

    Correct! Cel shading algorithms always take into account the light, when using the dot product to calculate light values. From there, thats how we get the distinctive cel shaded lighting effects (think LOZ: Wind Waker for a perfect example).

    Cel shading is a method of rendering a three dimensional model so that it looks like a hand-drawn animation cel, rather than a photorealistic rendering. It does this by reducing the total number of colors from smooth (phong or gouraud shaded, etc.) to a user-selected palette, and accentuating the model's borders and lines. A good cel shading algorithm's end product is an extremely convincing cartoon look, which is indistinguishable from a traditional artist's work unless you know exactly what to look for.

    Color range replacement is the key to cel shading, and making a palette with enough of the right colors will insure a good looking result. Before any cel shading is done, shader renders the entire scene using normal shading and taking the usual amount of processor time. Then the shader analyses the image with a user-defined table that lists ranges of color to replace with a single color. That is, any pixel between within a certain range of color, light to dark red for instance, is replaced with a pixel of a single color from the palette, say a medium red. In the end, all of the smooth fades and gradients that would make the image look "3D" are replaced with blocks of two or three shades, which make the entire scene look like it was colored by hand.
    Last edited by mudlord; July 5th, 2007 at 22:32.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •