About Store Forum Documentation Contact



Post Reply 
Object Scale
Author Message
zarmen98 Offline
Member

Post: #1
Object Scale
Im using Esenthel MMO Base.

[Image: 118729169cd36bcbedcf20d5280e1f6efcc4c326...d788a4.jpg]

this is how the sword should looks like but..




the sword looks like this with my character
[Image: 6490993851ad9f8e4931df341d9ed45eb3f73581...213041.jpg]
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
Find all posts by this user Quote this message in a reply
RedcrowProd Offline
Member

Post: #2
RE: Object Scale
How do you add it to your character ?
05-31-2019 09:12 PM
Find all posts by this user Quote this message in a reply
zarmen98 Offline
Member

Post: #3
RE: Object Scale
i used inv.new.create function from Esenthel MMO and with slot systems
06-01-2019 12:33 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
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
Find all posts by this user Quote this message in a reply
zarmen98 Offline
Member

Post: #5
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
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
Find all posts by this user Quote this message in a reply
Post Reply