home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / NEWS / RADIANCE / SCN / CUBSPACE / BESTLIGH < prev    next >
Text File  |  1993-10-07  |  679b  |  26 lines

  1. #
  2. # Lights for best lighting of cubicles, using task luminaires
  3. #
  4. #    bank 1:
  5.  
  6. !cnt 8 2 | rcalc -e 'xpos=$1*3+3.5;ypos=$2*2.5+2' -e 'bright=1;range=6' -o light.fmt
  7. #
  8. #    bank 2:
  9.  
  10. !cnt 8 2 | rcalc -e 'xpos=$1*3+3.5;ypos=$2*2.5+11' -e 'bright=1;range=6' -o light.fmt
  11. #
  12. #    center corridor lights:
  13.  
  14. !cnt 8 2 | rcalc -e 'xpos=$1*3+3.5;ypos=$2*1.5+7' -e 'bright=.5;range=6' -o light.fmt
  15.  
  16. #
  17. #    end corridor lights:
  18.  
  19. !cnt 4 2 | rcalc -e 'ypos=select($1+1,2,5.75,9.75,13.5);xpos=$2*26+1' -e 'bright=1;range=6' -o light.fmt
  20. #
  21. # The desk lamps
  22.  
  23. !cnt 8 2 | rcalc -e 'xpos=2+$1*3;ypos=4.5+$2*6.5' -o desklamp.fmt
  24.  
  25. !cnt 8 2 | rcalc -e 'xpos=-5-$1*3;ypos=-4.5-$2*6.5' -o desklamp.fmt | xform -rz 180
  26.