Lines Matching refs:SmModel

23 SmModel::SmModel()  in SmModel()  function in __anoned39e4d60111::SmModel
39 SmModel::~SmModel() in ~SmModel()
48 SmModel::SetSceneNode( nw::gfx::SceneNode* pParentNode, nw::gfx::SceneNode* pSceneNode ) in SetSceneNode()
63 SmModel::SetModel( nw::gfx::Model* pModel, nw::gfx::SkeletalModel* pSkelModel ) in SetModel()
73 SmModel::Update() in Update()
84 SmModel::SetPosition( f32 x, f32 y, f32 z ) in SetPosition()
97 SmModel::SetScale( f32 x, f32 y, f32 z ) in SetScale()
110 SmModel::SetRotate( f32 x, f32 y, f32 z ) in SetRotate()
125 SmModel::SetMatrix( const nw::math::MTX34* matrix ) in SetMatrix()
137 void SmModel::SetWorldMatrix( const nw::math::MTX34* matrix ) in SetWorldMatrix()
154 SmModel::SetVisible( bool visible ) in SetVisible()
177 SmModel::SwapVisible() in SwapVisible()
203 SmModel::IsVisible() in IsVisible()
212 SmModel* SmModel::Duplicate() in Duplicate()
214 SmModel* model = new SmModel(); in Duplicate()
247 SmModel::AddAnimEvaluator( nw::gfx::TransformAnimEvaluator* animEvaluator ) in AddAnimEvaluator()
256 SmModel::GetAnimEvaluatorNum() const in GetAnimEvaluatorNum()
265 SmModel::SetAnimEvaluatorNo( uint animEvaluatorNo ) in SetAnimEvaluatorNo()
290 SmModel::SetAnimationFrame( f32 setFrame ) in SetAnimationFrame()
307 SmModel::AddAnimationFrame( f32 addFrame, bool loop ) in AddAnimationFrame()
343 SmModel::GetAnimationFrame() const in GetAnimationFrame()
352 SmModel::GetAnimationMaxFrame() const in GetAnimationMaxFrame()
363 SmModel::SetMaterialAnim( nw::gfx::AnimEvaluator* animEvaluator ) in SetMaterialAnim()
382 SmModel::SetConstrainId( s32 boneId ) in SetConstrainId()
412 SmModel::updateConstrain() in updateConstrain()
445 SmModel::SetVisibleZone( f32 term ) in SetVisibleZone()