POV-Ray : Newsgroups : povray.binaries.scene-files : Reusser-Cloth : Reusser-Cloth Server Time
2 Sep 2024 12:13:09 EDT (-0400)
  Reusser-Cloth  
From: Andy Cocker
Date: 13 Sep 2001 18:52:17
Message: <3ba138a1@news.povray.org>
Hi,

Flag.inc (from Cloth Sim) for Reusser.

The .inc file is used thus:

object {
  #include "flag.inc"
  uv_mapping
  pigment {
    gradient x
    color_map {
      [ 0.33 color rgb <0, 0, 1> ]
      [ 0.33 color rgb 1 ]
      [ 0.66 color rgb 1 ]
      [ 0.66 color rgb <1, 0, 0> ]
    }
  }
}

All the best,

Andy Cocker


Post a reply to this message


Attachments:
Download 'flag.zip' (12 KB)

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