Searched refs:sharedMaterialModel (Results 1 – 4 of 4) sorted by relevance
157 Model* sharedMaterialModel; //!< 共有元のマテリアルを持つモデルです。 member162 sharedMaterialModel(NULL) in Description()640 m_SharingMaterial(description.sharedMaterialModel != NULL), in Model()692 if (description.sharedMaterialModel != NULL) in GetMemorySizeForInitialize()694 const int materialCount = description.sharedMaterialModel->GetMaterialCount(); in GetMemorySizeForInitialize()747 if (description.sharedMaterialModel == NULL) in GetMemorySizeForInitialize()
124 m_Description.sharedMaterialModel = model; in SharedMaterialModel()
309 m_BufferOption = m_Description.sharedMaterialModel->GetBufferOption(); in CreateMaterials()311 int materialCount = m_Description.sharedMaterialModel->GetMaterialCount(); in CreateMaterials()327 m_Materials.PushBackFast(m_Description.sharedMaterialModel->GetMaterial(i)); in CreateMaterials()
161 description.sharedMaterialModel = m_SharedMaterialModel; in BuildSceneObject()228 description.sharedMaterialModel = m_SharedMaterialModel; in BuildSceneObject()