TwlIPL_commit-99/add-ins/TwlSystem/man/ja_JP/g3d/funcptr/NNSG3dFuncAnmBlendJnt.html

52 lines
2.1 KiB
HTML
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
<TITLE>NNSG3dFuncAnmBlendJnt</TITLE>
<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
</HEAD>
<BODY>
<H1 align="left">NNSG3dFuncAnmBlendJnt</H1>
<H2>構文</H2>
<DL>
<DD>
<PRE><CODE>#include &lt;nnsys/g3d/kernel.h&gt;
typedef BOOL (*NNSG3dFuncAnmBlendJnt)(struct NNSG3dJntAnmResult_* pAnmResult,
const NNSG3dAnmObj* pAnmObj,
u32 nodeID);</CODE></PRE>
</DL>
<H2>引数</H2>
<TABLE border="1">
<TBODY>
<TR>
<TD width="197"><I><B>pAnmResult</B></I></TD>
<TD width="647">ジョイントアニメーションの結果へのポインタ</TD>
</TR>
<TR>
<TD width="197"><B><I>pAnmObj</I></B></TD>
<TD width="647">アニメーションオブジェクトへのポインタ</TD>
</TR>
<TR>
<TD width="197"><B><I>nodeID</I></B></TD>
<TD width="647">ードID</TD>
</TR>
</TBODY>
</TABLE>
<H2>返り値</H2>
<P>関数が<B><I>pAnmResult</I></B>に計算結果を書き出しているなら<CODE>TRUE</CODE>, そうでなければ<CODE>FALSE</CODE>を返します。</P>
<H2>説明</H2>
<P><B><I>nodeID</I></B>に対応するジョイントアニメーションを<I><B>pAnmObj</B></I>からリストをたどりつつ計算し、結果をブレンドして<B><I>pAnmResult</I></B>に格納します。<B><I>nodeID</I></B>に対応するアニメーションが無効である等、この関数がジョイントアニメーションの結果を出力しない場合は、<CODE>FALSE</CODE>を返します。この場合、モデルリソースからジョイントの姿勢データを取得します。</P>
<H2>参照</H2>
<P><CODE><A href="NNSG3dFuncAnmBlendMat.html" target="_self">NNSG3dFuncAnmBlendMat</A> <A href="NNSG3dFuncAnmBlendVis.html" target="_self">NNSG3dFuncAnmBlendVis</A> <A href="../struct/NNSG3dJntAnmResult.html" target="_self">NNSG3dJntAnmResult</A></CODE></P>
<H2>履歴</H2>
<P>2004/10/19 初版</P>
</BODY>
</HTML>