- Joined
- Mar 18, 2012
- Messages
- 1,716
Hi folks!
I have this nice blue button model ( attached in the post ) from the
Warcraft III start menues. My problem is, that the model isn't centered,
when I place it on the map. It's a bit shifted to the left. Because
of that I always have to fix the position of the button depending on the
screen resolution ( :/ )
I know a lot about coding, but sadly not much about modeling,
so I would like to ask you if you can edit or make a button model,
with an origin directly in the center of the model.
If you can add an invisible trackable model with equal size ... that would be amazing.
BPower
I have this nice blue button model ( attached in the post ) from the
Warcraft III start menues. My problem is, that the model isn't centered,
when I place it on the map. It's a bit shifted to the left. Because
of that I always have to fix the position of the button depending on the
screen resolution ( :/ )
JASS:
local real fixedX = x + (.0200*(1600/screen.width)*screen.width)
//*
set dest = CreateDestructableZ(BLUE_BUTTON_ID, fixedX, y, 0, 180, 1, 0)
so I would like to ask you if you can edit or make a button model,
with an origin directly in the center of the model.
If you can add an invisible trackable model with equal size ... that would be amazing.
BPower