상세 컨텐츠

본문 제목

자신의 매트릭스값 가져오기

Maya API/Maya_API

by hwano 2014. 2. 22. 01:02

본문

 

 

 

 

 DAG노드일 경우에 쓰는 방법

 

 MObject thisNode = thisMObject();
 MFnDagNode dagNode( thisNode );
 MMatrix thisMatrix = dagNode.transformationMatrix();

 

관련글 더보기