Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update custom scene viewer tutorial #146

Merged
merged 1 commit into from
Sep 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tutorials/13_custom_scene_viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ The frame rate may also change based on your computer's capabilities.
The following scenes have more primitive objects such as cones or cilinders. Again, you can see the scene with different render engines pressing `Tab`.
Some of the scenes available include:

- Shapes
- Textures
- Normal mapping
- Reflective property
- Soft shadows

There are some scenes that are not available in Ogre because we have not or we cannot implement it in Ogre.
There are some scenes demonstrating reflective materials and mutiple point light shadows but they appear the same in ogre because they are not supported.

## Compile and run the example

Expand Down