cubic version in progress, again
This commit is contained in:
@@ -6,11 +6,11 @@ global_settings {
|
||||
}
|
||||
|
||||
#include "colors.inc"
|
||||
#include "WS/pickover.inc"
|
||||
|
||||
#declare Tiers = NBPASS * 0.3333333;
|
||||
#declare CK = (clock/Tiers)*180;
|
||||
|
||||
// --------------------------------------------------------------
|
||||
#declare Rep = object
|
||||
{
|
||||
union {
|
||||
@@ -20,9 +20,19 @@ union {
|
||||
cylinder { 0, <0, 0, 2>, RB pigment { color Blue } }
|
||||
}
|
||||
}
|
||||
|
||||
// object { Rep translate <-1, 0.10, -1> }
|
||||
|
||||
// --------------------------------------------------------------
|
||||
|
||||
#declare TS = 0.017;
|
||||
|
||||
#declare Truc = object
|
||||
{
|
||||
box { <-TS, -TS, -TS>, <TS, TS, TS> }
|
||||
}
|
||||
|
||||
#include "WS/pickover.inc"
|
||||
|
||||
object {
|
||||
object {
|
||||
Pickover
|
||||
@@ -66,7 +76,7 @@ camera {
|
||||
location <XCAM, YCAM, ZCAM>
|
||||
look_at <0, 2.09, 0>
|
||||
right x*image_width/image_height
|
||||
angle 86
|
||||
angle 92
|
||||
}
|
||||
// ----------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user