POV-Ray : Newsgroups : povray.newusers : How can I make this T-Shirt look more real with real wrinkles? Server Time
6 Sep 2024 08:11:43 EDT (-0400)
  How can I make this T-Shirt look more real with real wrinkles? (Message 1 to 1 of 1)  
From: Adam Ograbisz
Subject: How can I make this T-Shirt look more real with real wrinkles?
Date: 16 Jul 1998 14:39:15
Message: <35ae3ac3.0@news.povray.org>
This is what I have so far.  What can I do to make the polygon more
realistic and have it wrinkle realistically into the 3rd dimension?  This is
my first one and I have to do it for work so I don't have time to play
around and learn by doing until maybe this weekend or the next, but the
picture needs to be done by Friday if possible.

Thank you
Adam Ograbisz
AOg### [at] mhpgcom

 #include "colors.inc"
 #include "textures.inc"

 camera
 {
  location <0, 0, -10>
  look_at <0, 1, 0>
 }

 light_source
 {
  <0, 50, -50>
  color White
 }

 polygon
 {
  12,
  <-2.5, -3>, <2.5, -3>, <2.5, 3>, <3, 2>, <4, 3.5>, <2, 5>, <0, 4.5>, <-2,
5>, <-4, 3.5>, <-3, 2>, <-2.5, 3>, <-2.5, -3>
  texture
  {
   pigment
   {
    color <.8, .1, .8>
   }
   normal
   {
    ripples
   }
   finish
   {
    ambient .5
   }
  }
 }


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.