home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Special Computer Graphics & Animation
/
Chip-Special-Computergrafik.bin
/
programs
/
povray
/
povsrc.sea
/
POVSRC
/
SOURCE
/
POV.π.rsrc.rsrc
/
TEXT_302_blob.txt
< prev
next >
Wrap
Text File
|
1994-02-04
|
468b
|
15 lines
// create a smooth blobby shape
blob
{
// threshold (0.0 < threshold <= StrengthVal) surface falloff threshold #
threshold 0.6
// StrengthVal (+ or -) strength of component's radiating density
// RadiusVal (0 < RadiusVal) outer sphere of influence on other components
// <ComponentCenter>
component 1.0, 1.0, <0.75, 0, 0>
component 1.0, 1.0, <-0.375, 0.64952, 0>
component 1.0, 1.0, <-0.375, -0.64952, 0>
// component ...
// [sturm]
}