Surfaceskin modification
- Made it so when rendering a model, it clones an smf to use so that data isn't overwritten - Reimplemented the skin index property. This changes the behavior of this index if CMDL_USESURFACESKIN is activated
This commit is contained in:
parent
ec3d81a34f
commit
69ee1eb0a2
7 changed files with 62 additions and 27 deletions
|
|
@ -1368,6 +1368,7 @@ void DActorModelData::Serialize(FSerializer& arc)
|
|||
arc("modelDef", modelDef)
|
||||
("modelIDs", modelIDs)
|
||||
("skinIDs", skinIDs)
|
||||
("surfaceSkinIDs", surfaceSkinIDs)
|
||||
("hasModel", hasModel);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue