// Block of logos for prose, etc: // Last edited on 2020-11-08 18:08:30 by jstolfi // Defines // prose_logos = block of logos (X=0 at right, Y=0 at top) // Individual logos // The x position of each logo is measured from the RIGHT edge of the block. // The y position of each logo is measured from the TOP edge of the block. // UNICAMP LOGO // The x and y coordinates below are relative to the logo block. #declare prose_logo_uc_size = 0.085; #declare prose_logo_uc_x = -0.025; #declare prose_logo_uc_y = -0.050; #declare logo_uc_brightness = 1.0; // Put it all together: #declare prose_logos = union{ // union{ // # declare prose_logo_uc_size_orig = 1.40; // object{ logo_uc } // // change axis system to Y up, X to the right: // rotate < -90, 000, 000 > // scale prose_logo_uc_size/prose_logo_uc_size_orig // translate < prose_logo_uc_x, prose_logo_uc_y, 0 > // } }