PDA

View Full Version : Resize Avatar Hand and Arms


Vishav
01-02-2018, 01:32 AM
Dear all,

Can we resize avatars hand and arms in Vizard (in .cfg files or any other option) without going back to 3ds Max?
Please do help!

Regards

Vishav

rajnishv
01-02-2018, 02:11 AM
Hi Vishav,
Through vizconnect you can manipulate the avatar .
Pls visit post to my links by altering teh vizoconnect file:-

http://forum.worldviz.com/showthread.php?t=6044


OR also you can manipulate the avatar sub parts like hand and others using the folowwing examples codes given below.

By getting the handle of Avatar in Vizconnect Config file and apply properties by calling if its available :-

Code 1:-


avatar = vizconnect.getAvatar('male_2').getRaw()
avatar.state(1)


Code 2:

avatar = vizconnect.getAvatar('male_2').getRaw()
avatar.visible(0,'male_head.crfx')

OR for any 3D node

Yes, it is possible to get and set the scale of a vizshape object.

box = vizshape.addBox() #define box
box.setScale(2,2,2) #change scale by 2x

Lastly u can scale ur avatar thru inspector uniformly or vice versa

OR you will have again export thru 3Ds Max or Maya


Thanx & Regards:-

Mr.Rajnish Vishwakarma

Sr.Software Developer

Mobile Application,AR,VR,Amazon WebServices.