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;
157 Model* sharedMaterialModel; //!< 共有元のマテリアルを持つモデルです。
171 bool IsVisible(const nw::gfx::Model* model) in IsVisible()
190 static Model* Create(
193 const Model::Description& description,
222 size += sizeof(Model); in GetMemorySizeInternal()
619 Model( in Model() function
622 const Model::Description& description) in Model()
648 virtual ~Model() in ~Model()
824 const Model::Description& m_Description;
831 Model::UpdateModelViewMatrixAndNormalMatrix( in UpdateModelViewMatrixAndNormalMatrix()