About Store Forum Documentation Contact



Post Reply 
Objects aligning to heightmap
Author Message
Tottel Offline
Member

Post: #1
Objects aligning to heightmap
I have some objects that are Game.Static (OBJ_STATIC). However, when I modify the terrain, these objects move along the Y-axis.

How do I disable this behaviour again? :x
07-28-2019 10:54 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Objects aligning to heightmap
I think right now there's no option for that, you'd have to change the source.
BTW. objects are repositioned only if they're touching ground level.
07-28-2019 02:41 PM
Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #3
RE: Objects aligning to heightmap
They are floor tiles on pos.y 0.0f.
I suppose I could move my entire level up a bit. grin

Thanks!
07-28-2019 03:27 PM
Find all posts by this user Quote this message in a reply
Post Reply