Skip to content
Snippets Groups Projects
Commit 10ea656d authored by Shon Ferguson's avatar Shon Ferguson
Browse files

Made UpdateTangentSpace set the name of newly created NiBinaryExtraData objects.

parent 5eec6733
No related branches found
No related tags found
No related merge requests found
......@@ -545,6 +545,7 @@ void NiTriBasedGeom::UpdateTangentSpace() {
if( TSpaceRef == NULL ) {
TSpaceRef = new NiBinaryExtraData();
TSpaceRef->SetName( "Tangent space (binormal & tangent vectors)" );
this->AddExtraData( StaticCast<NiExtraData>(TSpaceRef) );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment