View Single Post
  #1  
Old 07-26-2017, 04:23 AM
rajnishv rajnishv is offline
Member
 
Join Date: Jan 2016
Location: Kalina,Sanatcruz(East),Mumbai,Maharashtra,India
Posts: 94
Smile Regarding the Vizconnect Avatar male_2 and MainView

Hi Jeff,
Coming back after too many days on World Viz.
I am preparing a demo in which the vizconnects avatar (male_2) should be seen in 3rd Person Perspective as same as 3rd person percective u executed in you below post.


I tried your code from the POST and the same i have to implement using Vizconnect but failed to do and the viewpoint and avatar male_2 rotates randomly:-

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


Also tried with vizconnect:-
My Code With Vizconnect:-

Code:
avatar = vizconnect.getAvatar('male_2').getRaw()
#avatar.state(2)

link = viz.link(viz.MainView,avatar)

OR

linkk = viz.link(avatar,viz.MainView)
linkk.preTrans([0,-1.8,2])

How to achive the logic you mentioned in the POST:

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


Using Vizconnect.

Waiting for ur reply.
Thank You!!
Reply With Quote