Eyesight: Difference between revisions

From LDraw.org Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
Eyesight is a command-line tool spawned by Studio when you are triggering a rendering from its user interface.
Eyesight is a command-line tool spawned by Studio when you are triggering a rendering from its user interface.
It can be run standalone manually if you specify the correct options.
It can be run standalone manually if you specify the correct options.
Invoke <code>eyesight</code> on the command line without options to see a list of all available options.
 
To see a list of all available options, invoke it from the command line with this parameter:
  eyesight.exe --help
 
Note that that executable can be find in a subfolder e.g. <code>PhotoRealisticRenderer\win\64</code>.


== See Also ==
== See Also ==

Revision as of 16:47, 27 March 2024

Eyesight is the 3D renderer integrated into BrickLink Studio for creating photorealistic images.

Another renderer integrated in that tool is POV-Ray.

Eyesight is a command-line tool spawned by Studio when you are triggering a rendering from its user interface. It can be run standalone manually if you specify the correct options.

To see a list of all available options, invoke it from the command line with this parameter:

  eyesight.exe --help

Note that that executable can be find in a subfolder e.g. PhotoRealisticRenderer\win\64.

See Also