View Single Post
  #1  
Old 02-14-2018, 05:54 AM
zmm zmm is offline
Member
 
Join Date: Feb 2018
Posts: 2
Problems with Multi User

I am following the Multi User environment example to create a scene with a server and two clients, I am having two issues:

1. Shared environment: I want the users to inhabit the same environment so that if events happen in one all will see it. At the moment all users can see each others movements but if I want have something happen, such as a ball appearing, it only appears in the triggered frame, be that the server or client 1 or client 2, not all three. Is there a way to have both users see the same environment without having to program each object movement separately (there will be more than 20).

2. View point: I have my users inhabit either the male or female avatar however the view point is centered at the feet, which means when I set the mainview to what should be eye level the avatar is floating and when I set it to zero the view point is on the ground, how can I adjust this? (later I will connect the avatar to head trackers but at the moment I want it to work on two computers)

Thank you in advance for any help!
Reply With Quote