From 10ea656d6e2c11547345665c285af644899ee6a2 Mon Sep 17 00:00:00 2001 From: Shon Ferguson <shonferg@users.sourceforge.net> Date: Wed, 20 Sep 2006 05:09:26 +0000 Subject: [PATCH] Made UpdateTangentSpace set the name of newly created NiBinaryExtraData objects. --- src/obj/NiTriBasedGeom.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/obj/NiTriBasedGeom.cpp b/src/obj/NiTriBasedGeom.cpp index 77a90a2a..e3116f68 100644 --- a/src/obj/NiTriBasedGeom.cpp +++ b/src/obj/NiTriBasedGeom.cpp @@ -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) ); } -- GitLab