Searched refs:sharedMaterialModel (Results 1 – 4 of 4) sorted by relevance
159 Model* sharedMaterialModel; //!< 共有元のマテリアルを持つモデルです。 member164 sharedMaterialModel(NULL) in Description()642 m_SharingMaterial(description.sharedMaterialModel != NULL), in Model()694 if (description.sharedMaterialModel != NULL) in GetMemorySizeForInitialize()696 const int materialCount = description.sharedMaterialModel->GetMaterialCount(); in GetMemorySizeForInitialize()749 if (description.sharedMaterialModel == NULL) in GetMemorySizeForInitialize()
126 m_Description.sharedMaterialModel = model; in SharedMaterialModel()
311 m_BufferOption = m_Description.sharedMaterialModel->GetBufferOption(); in CreateMaterials()313 int materialCount = m_Description.sharedMaterialModel->GetMaterialCount(); in CreateMaterials()329 m_Materials.PushBackFast(m_Description.sharedMaterialModel->GetMaterial(i)); in CreateMaterials()
163 description.sharedMaterialModel = m_SharedMaterialModel; in BuildSceneObject()230 description.sharedMaterialModel = m_SharedMaterialModel; in BuildSceneObject()