Hey there,
thinking and thinking about that problem did not give me any solution so this is my cry for help
Here it is: I have a unit that has incorrect Geometry info. So ingame, it crashes into trees not on the front but in the middle of the unit. I set up the Geometry lines via ini code:
Code:
Geometry = BOX
GeometryMajorRadius = 45.0
GeometryMinorRadius = 10.0
GeometryHeight = 30.0
GeometryIsSmall = No
Shadow = SHADOW_VOLUME
ShadowSizeX = 45 ; minimum elevation angle above horizon. Used to limit shadow length
And that's the result:
As you can see the Geometry box is correct but still, ingame, that unit crashes trees as if I did not change anything.
Any ideas anyone?
Thanks in advance.