Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 4 of 4

Thread: Plastic Finish

  1. #1
    Junior Member Regular Contributor
    Join Date
    Feb 2000
    Location
    Bolton, United Kingdom
    Posts
    105

    Plastic Finish

    I'm looking for ideas ... I have several dozen tiles that need to look as though they're made from plastic ... they have a low triangle count. How do I render them to make them look as though they're made from plastic ... i.e. a nice sheen plus lighting phong ? ... I've tried so many ways now but without success !

    Andrew

  2. #2
    Senior Member OpenGL Pro Zengar's Avatar
    Join Date
    Sep 2001
    Location
    Germany
    Posts
    1,979

    Re: Plastic Finish

    dot3 bumpmapping? it looks always like plastic

  3. #3
    Advanced Member Frequent Contributor
    Join Date
    Feb 2000
    Location
    San Diego, CA, USA
    Posts
    769

    Re: Plastic Finish

    To make something look like plastic, it helps if your specular is the color of the light instead of the color of the plastic.

    Otherwise, phong lighting should do the trick.

  4. #4
    Junior Member Regular Contributor
    Join Date
    Feb 2002
    Posts
    247

    Re: Plastic Finish

    If using the standard OpenGL light model, use a high specular exponent.

Posting Permissions

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