add shadow group as the essential group for floor type.

This commit is contained in:
yyc12345 2024-02-08 13:50:56 +08:00
parent 8ec101e1f1
commit c82c094519

View File

@ -360,6 +360,8 @@ class VirtoolsGroupConvention():
gp.add_group('Phys_Floors') gp.add_group('Phys_Floors')
gp.add_group('Sound_HitID_01') gp.add_group('Sound_HitID_01')
gp.add_group('Sound_RollID_01') gp.add_group('Sound_RollID_01')
# floor type also need group into shadow group.
gp.add_group('Shadow')
case BallanceObjectType.RAIL: case BallanceObjectType.RAIL:
gp.add_group('Phys_FloorRails') gp.add_group('Phys_FloorRails')
gp.add_group('Sound_HitID_02') gp.add_group('Sound_HitID_02')