mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 21:44:43 +08:00
Updated BoundComposite and BoundMaterial_s (#44)
* Added EBoundCompositeFlags and EBoundMaterialFlags * Added properties for RoomId and PedDensity in BoundMaterial_s
This commit is contained in:
committed by
dexyfex
Unverified
parent
6233135ad5
commit
58b725d7d2
@@ -191,7 +191,7 @@ namespace CodeWalker.Project.Panels
|
||||
vert.Position = intres.Position;
|
||||
vert.Normal = intres.Normal;
|
||||
vert.Material = intres.Material.Type;
|
||||
vert.PolyFlags = intres.Material.PolyFlags;
|
||||
vert.PolyFlags = (ushort)intres.Material.Flags;
|
||||
vert.PrevIDX = -1;
|
||||
vert.PrevIDY = -1;
|
||||
vert.NextIDX = -1;
|
||||
|
||||
Reference in New Issue
Block a user