Annett Ruwoldt (ruwoldt++at++iff.fhg.de)
Sun, 20 Jul 1997 12:56:37 -0600
I made use of Performer to scale objects. This are the steps:
#include <pf.h> /* Common Performer definitions */
pfNode *pnode;
/* Object to be scaled: vgObject *pobj; */
pnode = vgGetObjPfNode(pobj);
if (!strcmp (pfGetTypeName(pnode), "pfDCS")) /* is vgObject dynamic? */
pfDCSScaleXYZ((pfDCS*)pnode, x, y, z);
...
My question is, to make my program easier and nice, can I retrieve these x-, y-
and z-scale values?
Thanks in advance, regards,
Annett
--
----------------------------------------------------
Dipl.-Inf. Annett Ruwoldt ruwoldt++at++iff.fhg.de
Fraunhofer IFF
Steinfeldstr. 3 fon: +49-39203/81591
D-39179 Barleben fax: +49-39203/81619
Germany
--------<http://wwwue.ue.iff.fhg.de/~ruwoldt/-------
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
Submissions: info-performer++at++sgi.com
Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:55:38 PDT