|
|
I have a matrix which doesn't change. I need
to apply it to several objects. Right now I
type out the matrix after each object, and this
works.
But it would be easier if I could do something
like:
#declare M = matrix <...numbers...>
and then:
MyObject M
(or maybe: MyObject matrix {M} )
Anyway, I can't get this to work, but there must
be an easier way than retypeing all 12 matrix entries
each time I need to use it.
Obviously, I pretty new to POV. Any pointers to
how to do this better would be appreciated.
--
Jim Buddenhagen jbuddenh at gmail dot com
Post a reply to this message
|
|