21 lines
548 B
HTML
21 lines
548 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>GetActorBoneRelativeTranform [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function GetActorBoneRelativeTranform( actor, bone_index, t_matrix ) </h2></p>
|
|
<p>
|
|
Stores the local transform of a bone in t_matrix
|
|
</p>
|
|
<p>
|
|
NOTE: This is only for actors that use skeletal animation (ie. *.b3d, *.x, *.ms3d, and actors created from Anim8or files)
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |