mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0026984: Draw Harness, ViewerTest - preserve local transformation of presentation within vtexture command
This commit is contained in:
parent
a2ff7810d8
commit
16420da1d4
@ -3220,8 +3220,15 @@ Standard_Integer VTexture (Draw_Interpretor& theDi, Standard_Integer theArgsNb,
|
||||
}
|
||||
else
|
||||
{
|
||||
anAISContext->Remove (anIO, Standard_False);
|
||||
aTexturedIO = new AIS_TexturedShape (DBRep::Get (theArgv[1]));
|
||||
|
||||
if (anIO->HasTransformation())
|
||||
{
|
||||
const gp_Trsf& aLocalTrsf = anIO->LocalTransformation();
|
||||
aTexturedIO->SetLocalTransformation (aLocalTrsf);
|
||||
}
|
||||
|
||||
anAISContext->Remove (anIO, Standard_False);
|
||||
GetMapOfAIS().UnBind1 (anIO);
|
||||
GetMapOfAIS().UnBind2 (aShapeName);
|
||||
GetMapOfAIS().Bind (aTexturedIO, aShapeName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user