Lines Matching refs:Model
39 class Model : public TransformNode
42 NW_DISALLOW_COPY_AND_ASSIGN(Model);
51 typedef ut::Signal3<void, Model*, ResMesh, RenderContext*> RenderSignal;
159 Model* sharedMaterialModel; //!< 共有元のマテリアルを持つモデルです。
173 bool IsVisible(const nw::gfx::Model* model) in IsVisible()
192 static Model* Create(
195 const Model::Description& description,
224 size += sizeof(Model); in GetMemorySizeInternal()
621 Model( in Model() function
624 const Model::Description& description) in Model()
650 virtual ~Model() in ~Model()
826 const Model::Description& m_Description;
833 Model::UpdateModelViewMatrixAndNormalMatrix( in UpdateModelViewMatrixAndNormalMatrix()