head	14.2;
access;
symbols
	stable-branch:14.1
	rel-7-8-4:14.1
	rel-7-8-2:14.1
	rel-7-8-0:14.1
	trimnurbs-branch:14.1.0.8
	help:14.1
	temp_tag:14.1
	bobWinPort-20051223-freeze:14.1
	postmerge-20051223-bobWinPort:14.1
	premerge-20051223-bobWinPort:14.1
	rel-7-6-6:14.1
	rel-7-6-4:14.1
	rel-7-6-2:14.1
	rel-7-6-branch:14.1.0.6
	rel-7-6-0:14.1
	rel-7-4-2:14.1
	rel-7-4-branch:14.1.0.4
	bobWinPort:14.1.0.2
	rel-7-4-0:14.1
	rel-7-2-6:14.1
	rel-7-2-4:14.1
	rel-7-2-2:14.1
	rel-7-2-0:14.1
	rel-7-0-4:14.1
	rel-7-0-2:14.1
	rel-7-0-1:14.1
	opensource-post:14.1
	opensource-pre:1.1
	rel-7-0-branch:1.1.0.2
	rel-7-0:1.1;
locks; strict;
comment	@# @;


14.2
date	2007.01.20.16.01.02;	author brlcad;	state dead;
branches;
next	14.1;

14.1
date	2004.11.16.19.42.09;	author morrison;	state Exp;
branches;
next	1.1;

1.1
date	2004.05.19.18.35.12;	author morrison;	state Exp;
branches;
next	;


desc
@@


14.2
log
@it's a shell script, so call it cup.sh instead for consistency
@
text
@#!/bin/sh

rm -f mug.pix
rt -M -C 100/100/100 -o mug.pix cup.g mug.r <<EOF
viewsize 1.524000000000000e+02;
eye_pt 5.657117538976507e+01 6.665466085391886e+01 7.728851062911396e+01;
orientation 2.480973490458727e-01 4.765905732660483e-01 7.480973490458729e-01 3.894348305183902e-01;
start 0; clean;
end;

EOF


exit
rm -f mug.pix cup.pix handle.pix cup_sub.pix handle_sub.pix

rt -M -C 100/100/100 -o mug.pix cup.g mug.r <<EOF
viewsize 1.524000000000000e+02;
eye_pt 5.657117538976507e+01 6.665466085391886e+01 7.728851062911396e+01;
orientation 2.480973490458727e-01 4.765905732660483e-01 7.480973490458729e-01 3.894348305183902e-01;
start 0; clean;
end;

EOF


rt -M -C 100/100/100 -o cup_sub.pix cup.g cup_out.r cup_in.r <<EOF
viewsize 1.524000000000000e+02;
eye_pt 5.657117538976507e+01 6.665466085391886e+01 7.728851062911396e+01;
orientation 2.480973490458727e-01 4.765905732660483e-01 7.480973490458729e-01 3.894348305183902e-01;
start 0; clean;
end;

EOF

rt -M -C 100/100/100 -o cup.pix cup.g cup.r <<EOF
viewsize 1.524000000000000e+02;
eye_pt 5.657117538976507e+01 6.665466085391886e+01 7.728851062911396e+01;
orientation 2.480973490458727e-01 4.765905732660483e-01 7.480973490458729e-01 3.894348305183902e-01;
start 0; clean;
end;

EOF

rt -M -C 100/100/100 -o handle.pix cup.g handle.r <<EOF
viewsize 1.524000000000000e+02;
eye_pt 5.657117538976507e+01 6.665466085391886e+01 7.728851062911396e+01;
orientation 2.480973490458727e-01 4.765905732660483e-01 7.480973490458729e-01 3.894348305183902e-01;
start 0; clean;
end;

EOF

rt -M -C 100/100/100 -o handle_sub.pix cup.g eto.r eto_sub.r <<EOF
viewsize 1.524000000000000e+02;
eye_pt 5.657117538976507e+01 6.665466085391886e+01 7.728851062911396e+01;
orientation 2.480973490458727e-01 4.765905732660483e-01 7.480973490458729e-01 3.894348305183902e-01;
start 0; clean;
end;

EOF

fbclear 100 100 100
pixhalve cup_sub.pix | pix-fb -s 256 -X 0 -Y 0
pixhalve cup.pix | pix-fb -s 256 -X 256
pixhalve handle_sub.pix | pix-fb -s 256 -Y 256
pixhalve handle.pix | pix-fb -s 256 -Y 256 -X 256
pixhalve mug.pix | pix-fb -s 256 -X 640 -Y 128

fb-pix -w 1280 -n 512 cup-w1280-n1024.pix
pix-ppm -w 1280 -n 512 cup-w1280-n1024.pix > cup.ppm
@


14.1
log
@dawn of a new revision.  it shall be numbered 14 to match release 7.  begin the convergence by adding emacs/vi local variable footer blocks to encourage consistent formatting.
@
text
@@


1.1
log
@moved from html/ to doc/html/
@
text
@@

