Lines Matching refs:Model
37 class Model : public TransformNode
40 NW_DISALLOW_COPY_AND_ASSIGN(Model);
49 typedef ut::Signal3<void, Model*, ResMesh, RenderContext*> RenderSignal;
148 Model* sharedMaterialModel; //!< 共有元のマテリアルを持つモデルです。
162 bool IsVisible(const nw::gfx::Model* model) in IsVisible()
181 static Model* Create(
184 const Model::Description& description,
212 size += sizeof(Model); in GetMemorySizeInternal()
605 Model( in Model() function
608 const Model::Description& description) in Model()
634 virtual ~Model() in ~Model()
808 const Model::Description& m_Description;
816 Model::UpdateModelViewMatrixAndNormalMatrix( in UpdateModelViewMatrixAndNormalMatrix()