FreeBSD Manual Pages
G-VAR(1) User Commands G-VAR(1) NAME g-var - Produce (OpenGL) Vertex Arrays from BOT BRL-CAD geometry SYNOPSIS g-var [-v] [-y] [-s scale] [-f] [-o outfile] infile.g object DESCRIPTION g-var writes the bag of triangle (BOT) primitives of the specified object in a binary array format to outfile or to stdout. OPTIONS -v Request verbose output. -y Transform the coordinate system from xyz to xzy. -s scale Scale the output geometry by factor scale. By default the scale factor is 0.001 (standard transformation from meters to millimeters). -f Flip face normals. This changes both the vertex order and the output normals. -o outfile The output will be written to outfile. By default the output is written to stdout. FILE FORMAT TODO EXAMPLE $ g-var -o sample.mesh sample.g sample_object DIAGNOSTICS Error messages are intended to be self-explanatory. AUTHOR Prasad Silva COPYRIGHT This software is Copyright (c) 2006-2019 by the United States Government as represented by U.S. Army Research Laboratory. BUG REPORTS Reports of bugs or problems should be submitted via electronic mail to devs@brlcad.org BRL-CAD 08/29/2020 G-VAR(1)
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | FILE FORMAT | EXAMPLE | DIAGNOSTICS | AUTHOR | COPYRIGHT | BUG REPORTS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=g-var&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports>