zarmen98
Member
|
Object Scale
Im using Esenthel MMO Base.
this is how the sword should looks like but..
the sword looks like this with my character
How can i fix this scale problem?
(This post was last modified: 05-31-2019 05:43 PM by zarmen98.)
|
|
05-31-2019 05:33 PM |
|
RedcrowProd
Member
|
RE: Object Scale
How do you add it to your character ?
|
|
05-31-2019 09:12 PM |
|
zarmen98
Member
|
RE: Object Scale
i used inv.new.create function from Esenthel MMO and with slot systems
|
|
06-01-2019 12:33 AM |
|
Esenthel
Administrator
|
RE: Object Scale
Perhaps there's an animation key frame that scales hand bones.
Check that the slot orientation has uniform scale of length =1
|
|
06-01-2019 02:22 AM |
|
zarmen98
Member
|
RE: Object Scale
its same result without animations.
and i cant changing slot's scale.
Scale slot is not working?
|
|
06-01-2019 11:06 AM |
|
Esenthel
Administrator
|
RE: Object Scale
What's your code for drawing items in hands?
Most likely you're calling something like mesh.draw(matrix);
with matrix created based on skeleton orientation, you can check the matrix axes lengths in debugging to narrow down the problem.
|
|
06-01-2019 11:21 AM |
|