Skip to content

Commit

Permalink
configuration file transcribed from wiki to rst (uffa) plus empty veh…
Browse files Browse the repository at this point in the history
…icle page and other minor changes
  • Loading branch information
dfelinto committed Jan 23, 2015
1 parent a1d8e94 commit 46652a8
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 5 deletions.
1 change: 1 addition & 0 deletions manual/architecture/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ Architecture

master-slaves.rst
run-modes.rst
vehicle.rst
protocols.rst
4 changes: 2 additions & 2 deletions manual/architecture/master-slaves.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Slaves
Playing blender animations on slaves has been reported to conflict with the update
coming from the master and may produces flicking.

To avoid that (and restrict calculation of scene updates), slave nodes are suspended (`bge.logic.getCurrentScene().suspend()`) during Blender-VR runs.
To avoid that (and restrict calculation of scene updates), slave nodes are suspended (``bge.logic.getCurrentScene().suspend()``) during Blender-VR runs.

Even if you `resume()` the scene, the next execution of `Blender-VR` will `suspend()` it on the slaves.
Even if you ``resume()`` the scene, the next execution of Blender-VR will ``suspend()`` it on the slaves.

16 changes: 16 additions & 0 deletions manual/architecture/run-modes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,19 @@ Run Modes
..
This is where we explain about the Console, the Update Loader and the Virtual Environment
Console
-------

. . .

Update Loader
-------------

. . .


Virtual Environment
-------------------

. . .

11 changes: 11 additions & 0 deletions manual/architecture/vehicle.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
=======
Vehicle
=======

.. note ::
Document to be written.
..
Copy the content of wiki

0 comments on commit 46652a8

Please sign in to comment.