|
|
Hi.
I'm probably missing something obvious.
I have an object, and a vector representing an axis.
I want to rotate the object by n degrees around that
axis. I know about vaxis_rotate for points, and I know
that rotate takes a vector of 3 angles to rotate about,
but beyond that I'm stuck.
I'll keep hammering at it by myself for now :-)
--
Bill Hails
Post a reply to this message
|
|
|
|
Bill Hails <bil### [at] europeyahoo-inccom> wrote:
> I have an object, and a vector representing an axis.
> I want to rotate the object by n degrees around that
> axis.
Axis_Rotate_Trans() in transforms.inc (see the section 7.19 of the
documentation for more info).
--
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}// - Warp -
Post a reply to this message
|
|