HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mtvtoppm — Convert an MTV or PRT ray tracer file to a PPM image. More information: <https://netpbm.sourceforge.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
tracercommandconvertraycliprtmtvmtvtoppm

Problem

How to use the mtvtoppm command: Convert an MTV or PRT ray tracer file to a PPM image. More information: <https://netpbm.sourceforge.net/doc/mtvtoppm.html>.

Solution

mtvtoppm — Convert an MTV or PRT ray tracer file to a PPM image. More information: <https://netpbm.sourceforge.net/doc/mtvtoppm.html>.

Convert an MTV or PRT ray tracer file to a PPM image:
mtvtoppm {{path/to/file.mtv}} > {{path/to/output.ppm}}

Code Snippets

Convert an MTV or PRT ray tracer file to a PPM image

mtvtoppm {{path/to/file.mtv}} > {{path/to/output.ppm}}

Context

tldr-pages: common/mtvtoppm

Revisions (0)

No revisions yet.