Skip to content

Commit

Permalink
Merge pull request #42 from MicroscopeIT/michalisk/shared-experience-…
Browse files Browse the repository at this point in the history
…fixes

Add "Offline mode" button
  • Loading branch information
ellendil authored Aug 2, 2019
2 parents 79d1eb7 + b9cd2f4 commit 3dc157a
Show file tree
Hide file tree
Showing 5 changed files with 3,422 additions and 3,023 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ Open Unity project from unity/Holo.

After starting the application, choose the "Shared Experience" mode in the UI:

- Click the "Start" button to be the server (like a teacher in the classroom) that dictates the view of other participants.
- Click the "Start Session" button to be the server (like a teacher in the classroom) that dictates the view of other participants.

- Or choose a session name (corresponding to your Hololens name) and then click "Join" to be the student (observing what teacher sets).
- Or choose a session name (corresponding to your Hololens name) and then click "Join Session" to be the student (observing what teacher sets).

- Or choose "Offline Mode" to test the application on your own, without being any server or client. The effect in principle looks similar to clicking "Start Session", but the application doesn't listen on any port, doesn't synchronize anything etc.

Teacher can then choose a model, choose layers to display inside, transform it and so on.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Material:
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 2800000, guid: f1ded036bb8ebaa40970e0d680757311, type: 3}
m_Texture: {fileID: 2800000, guid: eb90f2dfbb0beb74caacdb6af2e3c5b2, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
Expand Down
Loading

0 comments on commit 3dc157a

Please sign in to comment.