small documentation and spelling updates
This commit is contained in:
@ -109,7 +109,7 @@ snapshot image into an image viewer window.
|
||||
The image size, some default image quality settings, and some colors
|
||||
can be changed in the ``Preferences`` dialog window. From the image
|
||||
viewer window further adjustments can be made: high-quality rendering,
|
||||
antialiasing, display of box or axes, zoom factor. The the image can
|
||||
anti-aliasing, display of box or axes, zoom factor. The the image can
|
||||
be rotated horizontally and vertically and it is possible to only
|
||||
display the atoms within a predefined group (default is "all").
|
||||
After each change, the image is rendered again and the display updated.
|
||||
@ -215,6 +215,16 @@ The ``View Image`` entry will send a :doc:`dump image <dump_image>`
|
||||
command to the LAMMPS instance, read the resulting file, and show it in
|
||||
an ``Image Viewer`` window.
|
||||
|
||||
The ``View in OVITO`` entry will launch `OVITO <https://ovito.org>`_
|
||||
with a :doc:`data file <write_data>` of the current state of the system.
|
||||
This option is only available, if the LAMMPS GUI can find the OVITO
|
||||
executable in the system path.
|
||||
|
||||
The ``View in VMD`` entry will instead launch VMD, also to load a
|
||||
:doc:`data file <write_data>` of the current state of the system. This
|
||||
option is only available, if the LAMMPS GUI can find the VMD executable
|
||||
in the system path.
|
||||
|
||||
View
|
||||
^^^^
|
||||
|
||||
@ -295,13 +305,15 @@ Snapshot Image:
|
||||
|
||||
This tab allows to set some defaults for the snapshot images displayed
|
||||
in the ``Image Viewer`` window, like its dimensions and the zoom factor
|
||||
applied. The *Antialias* switch requests to render images at an up to 4
|
||||
times larger image size and then uses a bicubic scaling algorithm to
|
||||
rescale them back to the requested size. This produces higher quality
|
||||
images with smoother edges at the expense of requiring more CPU time to
|
||||
render the image. The *HQ Image mode* option turns on using a screen
|
||||
space ambient occlusion mode when rendering images. This is more time
|
||||
consuming, but produces a more 'spatial' representation of the system.
|
||||
applied. The *Antialias* switch requests to render images with twice
|
||||
the number of pixels for width and height and then uses a bi-cubic
|
||||
scaling algorithm to rescale them back to the requested size. This
|
||||
produces higher quality images with smoother edges at the expense of
|
||||
requiring more CPU time to render the image. The *HQ Image mode* option
|
||||
turns on using a screen space ambient occlusion mode (SSAO) when
|
||||
rendering images. This is also more time consuming, but produces a more
|
||||
'spatial' representation of the system. Finally there are a couple of
|
||||
drop down lists to select the background and box color.
|
||||
|
||||
|
||||
Hotkeys
|
||||
|
||||
@ -806,7 +806,7 @@ command will automatically include a suitable CMake toolset file (the
|
||||
regular cmake command can be used after that). After building the
|
||||
libraries and executables, you can build the target 'zip'
|
||||
(i.e. ``cmake --build <build dir> --target zip`` or ``make zip``
|
||||
to stage all installable files into a LAMMPS_GUI folder and then
|
||||
to stage all installed files into a LAMMPS_GUI folder and then
|
||||
run a script to copy all required dependencies, some other files,
|
||||
and create a zip file from it.
|
||||
|
||||
|
||||
@ -2229,6 +2229,7 @@ monolayer
|
||||
monopole
|
||||
monovalent
|
||||
Montalenti
|
||||
Monterey
|
||||
Montero
|
||||
Monti
|
||||
Mora
|
||||
|
||||
Reference in New Issue
Block a user