moving Blob_Boxed to the right file

This commit is contained in:
Tonton Th 2026-02-16 18:22:43 +01:00
parent dfedf5f52c
commit ffd3f48b9d
2 changed files with 8 additions and 9 deletions

View File

@ -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 {

View File

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