Lines Matching refs:SmModel
23 SmModel::SmModel() in SmModel() function in __anona1c612470111::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()
176 SmModel::SwapVisible() in SwapVisible()
201 SmModel::IsVisible() in IsVisible()
210 SmModel* SmModel::Duplicate() in Duplicate()
212 SmModel* model = new SmModel(); in Duplicate()
245 SmModel::AddAnimEvaluator( nw::gfx::TransformAnimEvaluator* animEvaluator ) in AddAnimEvaluator()
254 SmModel::GetAnimEvaluatorNum() const in GetAnimEvaluatorNum()
263 SmModel::SetAnimEvaluatorNo( uint animEvaluatorNo ) in SetAnimEvaluatorNo()
288 SmModel::SetAnimationFrame( f32 setFrame ) in SetAnimationFrame()
305 SmModel::AddAnimationFrame( f32 addFrame, bool loop ) in AddAnimationFrame()
341 SmModel::GetAnimationFrame() const in GetAnimationFrame()
350 SmModel::GetAnimationMaxFrame() const in GetAnimationMaxFrame()
361 SmModel::SetMaterialAnim( nw::gfx::AnimEvaluator* animEvaluator ) in SetMaterialAnim()
380 SmModel::SetConstrainId( s32 boneId ) in SetConstrainId()
410 SmModel::updateConstrain() in updateConstrain()
443 SmModel::SetVisibleZone( f32 term ) in SetVisibleZone()