moving Blob_Boxed to the right file
This commit is contained in:
parent
dfedf5f52c
commit
ffd3f48b9d
@ -212,15 +212,6 @@ union {
|
|||||||
}
|
}
|
||||||
// ------------------------------------------------------ ##
|
// ------------------------------------------------------ ##
|
||||||
|
|
||||||
#declare Blob_Boxed = object
|
|
||||||
{
|
|
||||||
union {
|
|
||||||
object { OpenBox(0.5, 0.01) }
|
|
||||||
object { HexaBlob }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// ------------------------------------------------------ ##
|
|
||||||
|
|
||||||
#debug " !!! ACTION !!!\n"
|
#debug " !!! ACTION !!!\n"
|
||||||
|
|
||||||
light_source {
|
light_source {
|
||||||
|
|||||||
@ -274,6 +274,14 @@ union {
|
|||||||
texture { Soft_Silver scale 6.50 }
|
texture { Soft_Silver scale 6.50 }
|
||||||
}
|
}
|
||||||
#end
|
#end
|
||||||
|
// ------------------------------------------------------ ##
|
||||||
|
#declare Blob_Boxed = object
|
||||||
|
{
|
||||||
|
union {
|
||||||
|
object { OpenBox(0.5, 0.01) }
|
||||||
|
object { HexaBlob }
|
||||||
|
}
|
||||||
|
}
|
||||||
// =======================================================
|
// =======================================================
|
||||||
/*
|
/*
|
||||||
* first written macro for testing the generation of
|
* first written macro for testing the generation of
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user