|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
#declare I =
array[12][2]
{
{-3.5,-3.5},
{-8.5,-3.5},
{-8.5,-2.5},
{-6.5,-2.5},
{-6.5,2.5},
{-8.5,2.5},
{-8.5,3.5},
{-3.5,3.5},
{-3.5,2.5},
{-5.5,2.5},
{-5.5,-2.5},
{-3.5,-2.5},
}
#declare A =
array[13][2]
{
{-.929,-1.5},
{-1.5,-3.5},
{-2.5,-3.5},
{-.5,3.5},
{.5,3.5},
{2.5,-3.5},
{1.5,-3.5},
{.929,-1.5},
{-.929,-1.5},
{-.643,-.5},
{0,1.75},
{.643,-.5},
{-.643,-.5}
}
#declare N =
array[10][2]
{
{3.5,-3.5},
{4.5,-3.5},
{4.5,1.5},
{7.5,-3.5},
{8.5,-3.5},
{8.5,3.5},
{7.5,3.5},
{7.5,-1.5},
{4.5,3.5},
{3.5,3.5}
}
#declare funkychicken = union {
object { twyst(I,15,.5,.3,.999,670,.01) scale <.5,.4,.5> }
object { twyst(A,15,.5,.3,.999,670,.01) scale <.5,.4,.5> }
object { twyst(N,15,.5,.3,.999,670,.01) scale <.5,.4,.5> }
}
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Aww, you made this just for me *blushes*
-Ian
Larry Fontaine <lfo### [at] isdnet> wrote in message
news:37E00641.CA11AF29@isd.net...
> #declare I =
> array[12][2]
> {
> {-3.5,-3.5},
> {-8.5,-3.5},
> {-8.5,-2.5},
> {-6.5,-2.5},
> {-6.5,2.5},
> {-8.5,2.5},
> {-8.5,3.5},
> {-3.5,3.5},
> {-3.5,2.5},
> {-5.5,2.5},
> {-5.5,-2.5},
> {-3.5,-2.5},
> }
> #declare A =
> array[13][2]
> {
> {-.929,-1.5},
> {-1.5,-3.5},
> {-2.5,-3.5},
> {-.5,3.5},
> {.5,3.5},
> {2.5,-3.5},
> {1.5,-3.5},
> {.929,-1.5},
> {-.929,-1.5},
> {-.643,-.5},
> {0,1.75},
> {.643,-.5},
> {-.643,-.5}
> }
> #declare N =
> array[10][2]
> {
> {3.5,-3.5},
> {4.5,-3.5},
> {4.5,1.5},
> {7.5,-3.5},
> {8.5,-3.5},
> {8.5,3.5},
> {7.5,3.5},
> {7.5,-1.5},
> {4.5,3.5},
> {3.5,3.5}
> }
> #declare funkychicken = union {
> object { twyst(I,15,.5,.3,.999,670,.01) scale <.5,.4,.5> }
> object { twyst(A,15,.5,.3,.999,670,.01) scale <.5,.4,.5> }
> object { twyst(N,15,.5,.3,.999,670,.01) scale <.5,.4,.5> }
> }
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Not necessarily, I can define other letters and use them for anything I
want. Also, they're saved as points, so they can easily be ported to
other macros :-)
Ian Burgmyer wrote:
> Aww, you made this just for me *blushes*
>
> -Ian
>
> Larry Fontaine <lfo### [at] isdnet> wrote in message
> news:37E00641.CA11AF29@isd.net...
> > #declare I =
> > array[12][2]
> > {
> > {-3.5,-3.5},
> > {-8.5,-3.5},
> > {-8.5,-2.5},
> > {-6.5,-2.5},
> > {-6.5,2.5},
> > {-8.5,2.5},
> > {-8.5,3.5},
> > {-3.5,3.5},
> > {-3.5,2.5},
> > {-5.5,2.5},
> > {-5.5,-2.5},
> > {-3.5,-2.5},
> > }
> > #declare A =
> > array[13][2]
> > {
> > {-.929,-1.5},
> > {-1.5,-3.5},
> > {-2.5,-3.5},
> > {-.5,3.5},
> > {.5,3.5},
> > {2.5,-3.5},
> > {1.5,-3.5},
> > {.929,-1.5},
> > {-.929,-1.5},
> > {-.643,-.5},
> > {0,1.75},
> > {.643,-.5},
> > {-.643,-.5}
> > }
> > #declare N =
> > array[10][2]
> > {
> > {3.5,-3.5},
> > {4.5,-3.5},
> > {4.5,1.5},
> > {7.5,-3.5},
> > {8.5,-3.5},
> > {8.5,3.5},
> > {7.5,3.5},
> > {7.5,-1.5},
> > {4.5,3.5},
> > {3.5,3.5}
> > }
> > #declare funkychicken = union {
> > object { twyst(I,15,.5,.3,.999,670,.01) scale <.5,.4,.5> }
> > object { twyst(A,15,.5,.3,.999,670,.01) scale <.5,.4,.5> }
> > object { twyst(N,15,.5,.3,.999,670,.01) scale <.5,.4,.5> }
> > }
> >
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Yeah, I know :)
I'm just saying, you chose to only post the 'I' 'A' 'N'
Hehehe :)
-Ian
Larry Fontaine <lfo### [at] isdnet> wrote in message
news:37E2E915.47C7DFF4@isd.net...
> Not necessarily, I can define other letters and use them for anything I
> want. Also, they're saved as points, so they can easily be ported to
> other macros :-)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|