WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Resize Avatar Hand and Arms (https://forum.worldviz.com/showthread.php?t=6098)

Vishav 01-02-2018 01:32 AM

Resize Avatar Hand and Arms
 
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:-

HTML Code:

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


Code 2:

HTML Code:

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.
HTML Code:

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.


All times are GMT -7. The time now is 09:18 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC