Moved normal/tangents generation to submeshes
Former-commit-id: d043284a1a5810b429cc76d8bc071010985a523b
This commit is contained in:
@@ -187,19 +187,6 @@ void NzSkeletalMesh::Destroy()
|
||||
}
|
||||
}
|
||||
|
||||
void NzSkeletalMesh::Finish()
|
||||
{
|
||||
#if NAZARA_UTILITY_SAFE
|
||||
if (!m_impl)
|
||||
{
|
||||
NazaraError("Skeletal mesh not created");
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
// Rien à faire de particulier
|
||||
}
|
||||
|
||||
const NzCubef& NzSkeletalMesh::GetAABB() const
|
||||
{
|
||||
#if NAZARA_UTILITY_SAFE
|
||||
|
||||
Reference in New Issue
Block a user