Updated more examples images and docs

-Updated dxViewer, dxPtexViewer, and glPtexViewer screen shots
-Updated mtlViewer, and mtlPtexViewer screen shots and docs
This commit is contained in:
David G Yu 2019-06-24 12:42:11 -07:00
parent 8137efabf1
commit 1049c77440
8 changed files with 48 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 KiB

After

Width:  |  Height:  |  Size: 7.8 MiB

BIN
documentation/images/dxptexviewer.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
documentation/images/dxviewer.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 192 KiB

After

Width:  |  Height:  |  Size: 580 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 832 KiB

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 730 KiB

After

Width:  |  Height:  |  Size: 964 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -29,12 +29,20 @@ mtlPtexViewer
:local:
:backlinks: none
SYNOPSIS
========
.. parsed-literal::
:class: codefhead
**open** **mtlPtexViewer.app** **--args** [**-yup**] [**-u**] [**-a**] [**-l** *isolation level*]
*ptex color file*
*ptex displacement file*
DESCRIPTION
===========
``mtlPtexViewer`` is a stand-alone application that showcases advanced HDR shading
with color, displacement, occlusion and specular ptex maps. Multiple controls
are available to experiment with the algorithms.
``mtlPtexViewer`` is a stand-alone application demonstrating shading with color and displacement ptex maps. Multiple controls are available to experiment with the algorithms.
.. image:: images/mtlptexviewer.png
:width: 400px
@ -45,13 +53,9 @@ KEYBOARD CONTROLS
=================
.. code:: c++
q : quit
esc : hide GUI
x : save screenshot
f : fit frame
+/- : increase / decrease tessellation rate
r : reload and re-compile the shader files
e : draw normals
.. include:: examples_see_also.rst

View File

@ -29,16 +29,47 @@ mtlViewer
:local:
:backlinks: none
SYNOPSIS
========
.. parsed-literal::
:class: codefhead
**open** **mtlViewer.app** **--args** [**-yup**] [**-u**] [**-a**] [**-l** *refinement level*]
*objfile(s)* [**-catmark**] [**-loop**] [**-bilinear**]
DESCRIPTION
===========
``mtlViewer`` is a stand-alone application that showcases the application of
``mtlViewer`` is a stand-alone application that showcases the application of
uniform and feature adaptive subdivision schemes to a collection of geometric
shapes. Multiple controls are available to experiment with the algorithms.
.. image:: images/mtlviewer.png
:width: 400px
:align: center
:target: images/mtlviewer.png
+----------------------------------------------------+
| .. image:: images/mtlviewer.png |
| :width: 400px |
| :align: center |
| :target: images/mtlviewer.png |
| |
| mtlViewer running on macOS |
+----------------------------------------------------+
+----------------------------------------------------+
| .. image:: images/mtlviewer_ios.png |
| :width: 400px |
| :align: center |
| :target: images/mtlviewer_ios.png |
| |
| mtlViewer running on iOS |
+----------------------------------------------------+
KEYBOARD CONTROLS
=================
.. code:: c++
q : quit
f : fit frame
+/- : increase / decrease tessellation rate
.. include:: examples_see_also.rst