Graphics: Update Light and Model to new interface
Former-commit-id: 5643f20261524f93a5d080404de5ab0b29151acb
This commit is contained in:
@@ -179,3 +179,5 @@ void NzLight::MakeBoundingVolume() const
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
NzLightLibrary::LibraryMap NzLight::s_library;
|
||||
|
||||
@@ -53,16 +53,6 @@ void NzModel::AddToRenderQueue(NzAbstractRenderQueue* renderQueue, const NzMatri
|
||||
}
|
||||
}
|
||||
|
||||
NzModel* NzModel::Clone() const
|
||||
{
|
||||
return new NzModel(*this);
|
||||
}
|
||||
|
||||
NzModel* NzModel::Create() const
|
||||
{
|
||||
return new NzModel;
|
||||
}
|
||||
|
||||
NzMaterial* NzModel::GetMaterial(const NzString& subMeshName) const
|
||||
{
|
||||
#if NAZARA_GRAPHICS_SAFE
|
||||
|
||||
Reference in New Issue
Block a user