@@ -15,7 +15,13 @@ listed below for each mode. Note that the input scheme may change depending on
the mode. For instance, key commands in `Model` mode may result in
different actions in `Render` mode.
For the detailed documentation, see the guides of each mode: [Layout Mode](/docs/guide/layout.md), [Model Mode](/docs/guide/model.md), [Render Mode](/docs/guide/render.md), [Rigging Mode](/docs/guide/rig.md), [Animate Mode](/docs/guide/animate.md), [Simulate Mode](/docs/guide/simulate.md).
For the detailed documentation, see the guides of each mode:
-[Layout Mode](/docs/guide/layout.md)
-[Model Mode](/docs/guide/model.md)
-[Render Mode](/docs/guide/render.md),
-[Rigging Mode](/docs/guide/rig.md),
-[Animate Mode](/docs/guide/animate.md),
-[Simulate Mode](/docs/guide/simulate.md).
The current mode is displayed as the "pressed" button in the menu bar, and available actions
are are detailed in the left sidebar. Note that some actions are only available when a model/element/etc. is selected.
The files that you will work with for PathTracer are all under `src/student` directory. Some of the particularly important ones are outlined below. Methods that we expect you to implement are marked with "TODO (PathTracer)", which you may search for.