View Single Post
  #3  
Old 08-24-2016, 12:46 AM
bbb bbb is offline
Member
 
Join Date: Nov 2015
Posts: 46
Hi Jeff and all,
Just want to update what was the actual poblem and how did i solve it:
I didn't defined collision for the avatar body so when defined viz.head,viz.body the collision module start to work excelent.
I created a room with object on walls which i want the praticipants to see but in the same time i wanted them to stay in a circular arena in the center of the room that was not high so in order for not blocking the objects view and use the view_collision module correctly i created the same arena but high one and imported it to the inspector after loading the original model, than add it to the original arena ans used alpha=0 in order for this high arena not to be seen for participants. That is why i could control of the movement area of the participants without interapt them seeing the whole view.
Reply With Quote