Render selected CarGen fragment

This commit is contained in:
dexyfex
2017-10-01 17:29:31 +11:00
Unverified
parent 33880bf8f6
commit 4084ecf3e9
5 changed files with 172 additions and 80 deletions
+6
View File
@@ -937,6 +937,12 @@ namespace CodeWalker.GameFiles
}
public YmapEntityDef()
{
Scale = Vector3.One;
Position = Vector3.One;
Orientation = Quaternion.Identity;
}
public YmapEntityDef(YmapFile ymap, int index, ref CEntityDef def)
{
Ymap = ymap;