WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 01-02-2018, 01:32 AM
Vishav Vishav is offline
Member
 
Join Date: Jun 2017
Posts: 57
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
Reply With Quote
  #2  
Old 01-02-2018, 02:11 AM
rajnishv rajnishv is offline
Member
 
Join Date: Jan 2016
Location: Kalina,Sanatcruz(East),Mumbai,Maharashtra,India
Posts: 94
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.

Last edited by rajnishv; 01-02-2018 at 02:17 AM.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 12:17 PM.


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