|
|
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)
|
|