Lines Matching refs:SmModel
25 SmModel::SmModel() in SmModel() function in __anon0ab8b7d40111::SmModel
41 SmModel::~SmModel() in ~SmModel()
50 SmModel::SetSceneNode( nw::gfx::SceneNode* pParentNode, nw::gfx::SceneNode* pSceneNode ) in SetSceneNode()
65 SmModel::SetModel( nw::gfx::Model* pModel, nw::gfx::SkeletalModel* pSkelModel ) in SetModel()
75 SmModel::Update() in Update()
86 SmModel::SetPosition( f32 x, f32 y, f32 z ) in SetPosition()
99 SmModel::SetScale( f32 x, f32 y, f32 z ) in SetScale()
112 SmModel::SetRotate( f32 x, f32 y, f32 z ) in SetRotate()
127 SmModel::SetMatrix( const nw::math::MTX34* matrix ) in SetMatrix()
139 void SmModel::SetWorldMatrix( const nw::math::MTX34* matrix ) in SetWorldMatrix()
156 SmModel::SetVisible( bool visible ) in SetVisible()
179 SmModel::SwapVisible() in SwapVisible()
205 SmModel::IsVisible() in IsVisible()
214 SmModel* SmModel::Duplicate() in Duplicate()
216 SmModel* model = new SmModel(); in Duplicate()
249 SmModel::AddAnimEvaluator( nw::gfx::TransformAnimEvaluator* animEvaluator ) in AddAnimEvaluator()
258 SmModel::GetAnimEvaluatorNum() const in GetAnimEvaluatorNum()
267 SmModel::SetAnimEvaluatorNo( uint animEvaluatorNo ) in SetAnimEvaluatorNo()
292 SmModel::SetAnimationFrame( f32 setFrame ) in SetAnimationFrame()
309 SmModel::AddAnimationFrame( f32 addFrame, bool loop ) in AddAnimationFrame()
345 SmModel::GetAnimationFrame() const in GetAnimationFrame()
354 SmModel::GetAnimationMaxFrame() const in GetAnimationMaxFrame()
365 SmModel::SetMaterialAnim( nw::gfx::AnimEvaluator* animEvaluator ) in SetMaterialAnim()
384 SmModel::SetConstrainId( s32 boneId ) in SetConstrainId()
414 SmModel::updateConstrain() in updateConstrain()
447 SmModel::SetVisibleZone( f32 term ) in SetVisibleZone()