View Single Post
  #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